#af4ca9

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

Shades of Violet Blue #AF4CA9

Tints of Violet Blue #AF4CA9

Color information

#AF4CA9 (or 0xAF4CA9) is unknown color: approx Violet Blue. HEX triplet: AF, 4C and A9. RGB value is (175,76,169). Sum of RGB (Red+Green+Blue) = 175+76+169=420 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.67% from 420); Green value is 76 (30.08% from 255 or 18.10% from 420); Blue value is 169 (66.41% from 255 or 40.24% from 420); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4CA9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF4CA9 is #50B356. Grayscale: #737373. Windows color (decimal): -5288791 or 11095215. OLE color: 11095215.

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

Color convert

RGB17576169-
CMYK00.570.030.31
HSL303.64º39.44%49.22%-
HSV(B)303.64º56.57%68.63%-
XYZ27.4317.1539.4-
YUV116.2157.8169.94-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.67%
GREEN value IS 76 (30.08% from 255) = 18.10%
BLUE value IS 169 (66.41% from 255) = 40.24%
R=41.67%
G=18.10%
B=40.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1757616900.570.030.31303.6439.4449.22
HexAF4CA903931F1302731
Octal2571142510713374604761
Binary1010111110011001010100101110011111111100110000100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af4ca9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af4ca9; }

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

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

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

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

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

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

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

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