#AF4DA2

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

Shades of Violet Blue #AF4DA2

Tints of Violet Blue #AF4DA2

Color information

#AF4DA2 (or 0xAF4DA2) is unknown color: approx Violet Blue. HEX triplet: AF, 4D and A2. RGB value is (175,77,162). Sum of RGB (Red+Green+Blue) = 175+77+162=414 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.27% from 414); Green value is 77 (30.47% from 255 or 18.60% from 414); Blue value is 162 (63.67% from 255 or 39.13% from 414); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4DA2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF4DA2 is #50B25D. Grayscale: #737373. Windows color (decimal): -5288542 or 10636719. OLE color: 10636719.

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

Color convert

RGB17577162-
CMYK00.560.070.31
HSL307.96º38.89%49.41%-
HSV(B)307.96º56%68.63%-
XYZ26.8517.0336.05-
YUV115.99153.97170.09-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.27%
GREEN value IS 77 (30.47% from 255) = 18.60%
BLUE value IS 162 (63.67% from 255) = 39.13%
R=42.27%
G=18.60%
B=39.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.07
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1757716200.560.070.31307.9638.8949.41
HexAF4DA203871F1342731
Octal2571152420707374644761
Binary10101111100110110100010011100011111111100110100100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF4DA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF4DA2; }

 p { color: rgb(175,77,162); }

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

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

 a { background-color: rgb(175,77,162); }

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

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

 span { border-color: rgb(175,77,162); }

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