#AF50A4

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

Shades of Violet Blue #AF50A4

Tints of Violet Blue #AF50A4

Color information

#AF50A4 (or 0xAF50A4) is unknown color: approx Violet Blue. HEX triplet: AF, 50 and A4. RGB value is (175,80,164). Sum of RGB (Red+Green+Blue) = 175+80+164=419 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.77% from 419); Green value is 80 (31.64% from 255 or 19.09% from 419); Blue value is 164 (64.45% from 255 or 39.14% from 419); Max value from RGB is 175 - color contains mainly: red. Hex color #AF50A4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF50A4 is #50AF5B. Grayscale: #757575. Windows color (decimal): -5287772 or 10768559. OLE color: 10768559.

HSL color Cylindrical-coordinate representation of color #AF50A4: hue angle of 306.95º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AF50A4 is Cyan = 0, Magento = 0.54, Yellow = 0.06 and Black (K on CMYK) = 0.31.

Color convert

RGB17580164-
CMYK00.540.060.31
HSL306.95º37.25%50%-
HSV(B)306.95º54.29%68.63%-
XYZ27.2517.5337.07-
YUV117.98153.97168.67-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.77%
GREEN value IS 80 (31.64% from 255) = 19.09%
BLUE value IS 164 (64.45% from 255) = 39.14%
R=41.77%
G=19.09%
B=39.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.06
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1758016400.540.060.31306.9537.2550
HexAF50A403661F1332532
Octal2571202440666374634562
Binary10101111101000010100100011011011011111100110011100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF50A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF50A4; }

 p { color: rgb(175,80,164); }

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

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

 a { background-color: rgb(175,80,164); }

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

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

 span { border-color: rgb(175,80,164); }

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