#AF649C

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

Shades of Violet Blue #AF649C

Tints of Violet Blue #AF649C

Color information

#AF649C (or 0xAF649C) is unknown color: approx Violet Blue. HEX triplet: AF, 64 and 9C. RGB value is (175,100,156). Sum of RGB (Red+Green+Blue) = 175+100+156=431 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.60% from 431); Green value is 100 (39.45% from 255 or 23.20% from 431); Blue value is 156 (61.33% from 255 or 36.19% from 431); Max value from RGB is 175 - color contains mainly: red. Hex color #AF649C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF649C is #509B63. Grayscale: #808080. Windows color (decimal): -5282660 or 10249391. OLE color: 10249391.

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

Color convert

RGB175100156-
CMYK00.430.110.31
HSL315.2º31.91%53.92%-
HSV(B)315.2º42.86%68.63%-
XYZ28.2420.6333.95-
YUV128.81143.35160.95-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.60%
GREEN value IS 100 (39.45% from 255) = 23.20%
BLUE value IS 156 (61.33% from 255) = 36.19%
R=40.60%
G=23.20%
B=36.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17510015600.430.110.31315.231.9153.92
HexAF649C02BB1F13b2036
Octal25714423405313374734066
Binary101011111100100100111000101011101111111100111011100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF649C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF649C; }

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

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

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

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

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

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

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

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