#AF6BA8

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

Shades of Violet Blue #AF6BA8

Tints of Violet Blue #AF6BA8

Color information

#AF6BA8 (or 0xAF6BA8) is unknown color: approx Violet Blue. HEX triplet: AF, 6B and A8. RGB value is (175,107,168). Sum of RGB (Red+Green+Blue) = 175+107+168=450 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.89% from 450); Green value is 107 (42.19% from 255 or 23.78% from 450); Blue value is 168 (66.02% from 255 or 37.33% from 450); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6BA8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6BA8 is #509457. Grayscale: #868686. Windows color (decimal): -5280856 or 11037615. OLE color: 11037615.

HSL color Cylindrical-coordinate representation of color #AF6BA8: hue angle of 306.18º 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 #AF6BA8 is Cyan = 0, Magento = 0.39, Yellow = 0.04 and Black (K on CMYK) = 0.31.

Color convert

RGB175107168-
CMYK00.390.040.31
HSL306.18º29.82%55.29%-
HSV(B)306.18º38.86%68.63%-
XYZ3022.4639.8-
YUV134.29147.03157.04-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.89%
GREEN value IS 107 (42.19% from 255) = 23.78%
BLUE value IS 168 (66.02% from 255) = 37.33%
R=38.89%
G=23.78%
B=37.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.04
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17510716800.390.040.31306.1829.8255.29
HexAF6BA802741F1321e37
Octal2571532500474374623667
Binary1010111111010111010100001001111001111110011001011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6BA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6BA8; }

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

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

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

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

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

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

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

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