#AF6AA8

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

Shades of Violet Blue #AF6AA8

Tints of Violet Blue #AF6AA8

Color information

#AF6AA8 (or 0xAF6AA8) is unknown color: approx Violet Blue. HEX triplet: AF, 6A and A8. RGB value is (175,106,168). Sum of RGB (Red+Green+Blue) = 175+106+168=449 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.98% from 449); Green value is 106 (41.80% from 255 or 23.61% from 449); Blue value is 168 (66.02% from 255 or 37.42% from 449); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6AA8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6AA8 is #509557. Grayscale: #858585. Windows color (decimal): -5281112 or 11037359. OLE color: 11037359.

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

Color convert

RGB175106168-
CMYK00.390.040.31
HSL306.09º30.13%55.1%-
HSV(B)306.09º39.43%68.63%-
XYZ29.922.2539.76-
YUV133.7147.36157.46-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.98%
GREEN value IS 106 (41.80% from 255) = 23.61%
BLUE value IS 168 (66.02% from 255) = 37.42%
R=38.98%
G=23.61%
B=37.42%

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
Decimal17510616800.390.040.31306.0930.1355.1
HexAF6AA802741F1321e37
Octal2571522500474374623667
Binary1010111111010101010100001001111001111110011001011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6AA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6AA8; }

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

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

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

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

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

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

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

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