#AF4DAA

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

Shades of Violet Blue #AF4DAA

Tints of Violet Blue #AF4DAA

Color information

#AF4DAA (or 0xAF4DAA) is unknown color: approx Violet Blue. HEX triplet: AF, 4D and AA. RGB value is (175,77,170). Sum of RGB (Red+Green+Blue) = 175+77+170=422 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.47% from 422); Green value is 77 (30.47% from 255 or 18.25% from 422); Blue value is 170 (66.80% from 255 or 40.28% from 422); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4DAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF4DAA is #50B255. Grayscale: #747474. Windows color (decimal): -5288534 or 11161007. OLE color: 11161007.

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

Color convert

RGB17577170-
CMYK00.560.030.31
HSL303.06º38.89%49.41%-
HSV(B)303.06º56%68.63%-
XYZ27.5917.3239.92-
YUV116.9157.97169.44-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.47%
GREEN value IS 77 (30.47% from 255) = 18.25%
BLUE value IS 170 (66.80% from 255) = 40.28%
R=41.47%
G=18.25%
B=40.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1757717000.560.030.31303.0638.8949.41
HexAF4DAA03831F12f2731
Octal2571152520703374574761
Binary1010111110011011010101001110001111111100101111100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF4DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF4DAA; }

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

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

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

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

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

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

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

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