#AF61A9

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

Shades of Violet Blue #AF61A9

Tints of Violet Blue #AF61A9

Color information

#AF61A9 (or 0xAF61A9) is unknown color: approx Violet Blue. HEX triplet: AF, 61 and A9. RGB value is (175,97,169). Sum of RGB (Red+Green+Blue) = 175+97+169=441 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.68% from 441); Green value is 97 (38.28% from 255 or 22.00% from 441); Blue value is 169 (66.41% from 255 or 38.32% from 441); Max value from RGB is 175 - color contains mainly: red. Hex color #AF61A9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF61A9 is #509E56. Grayscale: #808080. Windows color (decimal): -5283415 or 11100591. OLE color: 11100591.

HSL color Cylindrical-coordinate representation of color #AF61A9: hue angle of 304.62º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AF61A9 is Cyan = 0, Magento = 0.45, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB17597169-
CMYK00.450.030.31
HSL304.62º32.77%53.33%-
HSV(B)304.62º44.57%68.63%-
XYZ29.1220.5339.96-
YUV128.53150.84161.15-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.68%
GREEN value IS 97 (38.28% from 255) = 22.00%
BLUE value IS 169 (66.41% from 255) = 38.32%
R=39.68%
G=22.00%
B=38.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1759716900.450.030.31304.6232.7753.33
HexAF61A902D31F1312135
Octal2571412510553374614165
Binary1010111111000011010100101011011111111100110001100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF61A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF61A9; }

 p { color: rgb(175,97,169); }

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

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

 a { background-color: rgb(175,97,169); }

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

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

 span { border-color: rgb(175,97,169); }

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