#AF4C9E

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

Shades of Violet Blue #AF4C9E

Tints of Violet Blue #AF4C9E

Color information

#AF4C9E (or 0xAF4C9E) is unknown color: approx Violet Blue. HEX triplet: AF, 4C and 9E. RGB value is (175,76,158). Sum of RGB (Red+Green+Blue) = 175+76+158=409 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.79% from 409); Green value is 76 (30.08% from 255 or 18.58% from 409); Blue value is 158 (62.11% from 255 or 38.63% from 409); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4C9E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF4C9E is #50B361. Grayscale: #727272. Windows color (decimal): -5288802 or 10374319. OLE color: 10374319.

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

Color convert

RGB17576158-
CMYK00.570.100.31
HSL310.3º39.44%49.22%-
HSV(B)310.3º56.57%68.63%-
XYZ26.4416.7534.19-
YUV114.95152.3170.83-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.79%
GREEN value IS 76 (30.08% from 255) = 18.58%
BLUE value IS 158 (62.11% from 255) = 38.63%
R=42.79%
G=18.58%
B=38.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.10
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1757615800.570.100.31310.339.4449.22
HexAF4C9E039A1F1362731
Octal25711423607112374664761
Binary101011111001100100111100111001101011111100110110100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF4C9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF4C9E; }

 p { color: rgb(175,76,158); }

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

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

 a { background-color: rgb(175,76,158); }

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

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

 span { border-color: rgb(175,76,158); }

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