#AF61AA

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

Shades of Violet Blue #AF61AA

Tints of Violet Blue #AF61AA

Color information

#AF61AA (or 0xAF61AA) is unknown color: approx Violet Blue. HEX triplet: AF, 61 and AA. RGB value is (175,97,170). Sum of RGB (Red+Green+Blue) = 175+97+170=442 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.59% from 442); Green value is 97 (38.28% from 255 or 21.95% from 442); Blue value is 170 (66.80% from 255 or 38.46% from 442); Max value from RGB is 175 - color contains mainly: red. Hex color #AF61AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF61AA is #509E55. Grayscale: #808080. Windows color (decimal): -5283414 or 11166127. OLE color: 11166127.

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

Color convert

RGB17597170-
CMYK00.450.030.31
HSL303.85º32.77%53.33%-
HSV(B)303.85º44.57%68.63%-
XYZ29.2120.5740.46-
YUV128.64151.34161.06-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.59%
GREEN value IS 97 (38.28% from 255) = 21.95%
BLUE value IS 170 (66.80% from 255) = 38.46%
R=39.59%
G=21.95%
B=38.46%

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
Decimal1759717000.450.030.31303.8532.7753.33
HexAF61AA02D31F1302135
Octal2571412520553374604165
Binary1010111111000011010101001011011111111100110000100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF61AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF61AA; }

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

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

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

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

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

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

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

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