#AF49A5

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

Shades of Violet Blue #AF49A5

Tints of Violet Blue #AF49A5

Color information

#AF49A5 (or 0xAF49A5) is unknown color: approx Violet Blue. HEX triplet: AF, 49 and A5. RGB value is (175,73,165). Sum of RGB (Red+Green+Blue) = 175+73+165=413 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.37% from 413); Green value is 73 (28.91% from 255 or 17.68% from 413); Blue value is 165 (64.84% from 255 or 39.95% from 413); Max value from RGB is 175 - color contains mainly: red. Hex color #AF49A5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF49A5 is #50B65A. Grayscale: #717171. Windows color (decimal): -5289563 or 10832303. OLE color: 10832303.

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

Color convert

RGB17573165-
CMYK00.580.060.31
HSL305.88º41.13%48.63%-
HSV(B)305.88º58.29%68.63%-
XYZ26.8516.637.39-
YUV113.99156.79171.52-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.37%
GREEN value IS 73 (28.91% from 255) = 17.68%
BLUE value IS 165 (64.84% from 255) = 39.95%
R=42.37%
G=17.68%
B=39.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.06
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1757316500.580.060.31305.8841.1348.63
HexAF49A503A61F1322931
Octal2571112450726374625161
Binary10101111100100110100101011101011011111100110010101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF49A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF49A5; }

 p { color: rgb(175,73,165); }

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

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

 a { background-color: rgb(175,73,165); }

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

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

 span { border-color: rgb(175,73,165); }

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