#AF4A99

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

Shades of Violet Blue #AF4A99

Tints of Violet Blue #AF4A99

Color information

#AF4A99 (or 0xAF4A99) is unknown color: approx Violet Blue. HEX triplet: AF, 4A and 99. RGB value is (175,74,153). Sum of RGB (Red+Green+Blue) = 175+74+153=402 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.53% from 402); Green value is 74 (29.30% from 255 or 18.41% from 402); Blue value is 153 (60.16% from 255 or 38.06% from 402); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4A99 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF4A99 is #50B566. Grayscale: #707070. Windows color (decimal): -5289319 or 10046127. OLE color: 10046127.

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

Color convert

RGB17574153-
CMYK00.580.130.31
HSL313.07º40.56%48.82%-
HSV(B)313.07º57.71%68.63%-
XYZ25.8816.3131.92-
YUV113.2150.46172.08-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.53%
GREEN value IS 74 (29.30% from 255) = 18.41%
BLUE value IS 153 (60.16% from 255) = 38.06%
R=43.53%
G=18.41%
B=38.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.13
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1757415300.580.130.31313.0740.5648.82
HexAF4A9903AD1F1392931
Octal25711223107215374715161
Binary101011111001010100110010111010110111111100111001101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF4A99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF4A99; }

 p { color: rgb(175,74,153); }

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

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

 a { background-color: rgb(175,74,153); }

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

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

 span { border-color: rgb(175,74,153); }

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