#AF6BA5

Color #AF6BA5 Violet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet Blue #AF6BA5

Tints of Violet Blue #AF6BA5

Color information

#AF6BA5 (or 0xAF6BA5) is unknown color: approx Violet Blue. HEX triplet: AF, 6B and A5. RGB value is (175,107,165). Sum of RGB (Red+Green+Blue) = 175+107+165=447 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.15% from 447); Green value is 107 (42.19% from 255 or 23.94% from 447); Blue value is 165 (64.84% from 255 or 36.91% from 447); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6BA5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6BA5 is #50945A. Grayscale: #858585. Windows color (decimal): -5280859 or 10841007. OLE color: 10841007.

HSL color Cylindrical-coordinate representation of color #AF6BA5: hue angle of 308.82º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AF6BA5 is Cyan = 0, Magento = 0.39, Yellow = 0.06 and Black (K on CMYK) = 0.31.

Color convert

RGB175107165-
CMYK00.390.060.31
HSL308.82º29.82%55.29%-
HSV(B)308.82º38.86%68.63%-
XYZ29.7322.3538.34-
YUV133.94145.53157.28-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 175 (68.75% from 255) = 39.15%
GREEN value IS 107 (42.19% from 255) = 23.94%
BLUE value IS 165 (64.84% from 255) = 36.91%
R=39.15%
G=23.94%
B=36.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.06
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17510716500.390.060.31308.8229.8255.29
HexAF6BA502761F1351e37
Octal2571532450476374653667
Binary1010111111010111010010101001111101111110011010111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6BA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6BA5; }

 p { color: rgb(175,107,165); }

 H1.HeaderClassName
 {
   color: #AF6BA5;
 }
 .AnyTagClassName
 {
   color: #AF6BA5;
 }
</style>
background-color css

<style>
 a { background-color: #AF6BA5; }

 a { background-color: rgb(175,107,165); }

 div.DivClassName
 {
   background-color: #AF6BA5;
 }
 .BgClassName
 {
   background-color: #AF6BA5;
 }
</style>
border-color css

<style>
 span { border-color: #AF6BA5; }

 span { border-color: rgb(175,107,165); }

 td.TdClassName
 {
   border-color: #AF6BA5;
 }
 .TagClassName
 {
   border-color: #AF6BA5;
 }
</style>