#AF64A8

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

Shades of Violet Blue #AF64A8

Tints of Violet Blue #AF64A8

Color information

#AF64A8 (or 0xAF64A8) is unknown color: approx Violet Blue. HEX triplet: AF, 64 and A8. RGB value is (175,100,168). Sum of RGB (Red+Green+Blue) = 175+100+168=443 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.50% from 443); Green value is 100 (39.45% from 255 or 22.57% from 443); Blue value is 168 (66.02% from 255 or 37.92% from 443); Max value from RGB is 175 - color contains mainly: red. Hex color #AF64A8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF64A8 is #509B57. Grayscale: #818181. Windows color (decimal): -5282648 or 11035823. OLE color: 11035823.

HSL color Cylindrical-coordinate representation of color #AF64A8: hue angle of 305.6º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AF64A8 is Cyan = 0, Magento = 0.43, Yellow = 0.04 and Black (K on CMYK) = 0.31.

Color convert

RGB175100168-
CMYK00.430.040.31
HSL305.6º31.91%53.92%-
HSV(B)305.6º42.86%68.63%-
XYZ29.321.0639.57-
YUV130.18149.35159.97-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.50%
GREEN value IS 100 (39.45% from 255) = 22.57%
BLUE value IS 168 (66.02% from 255) = 37.92%
R=39.50%
G=22.57%
B=37.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.04
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17510016800.430.040.31305.631.9153.92
HexAF64A802B41F1322036
Octal2571442500534374624066
Binary10101111110010010101000010101110011111100110010100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF64A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF64A8; }

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

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

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

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

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

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

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

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