#AF3AA6

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

Shades of Violet Blue #AF3AA6

Tints of Violet Blue #AF3AA6

Color information

#AF3AA6 (or 0xAF3AA6) is unknown color: approx Violet Blue. HEX triplet: AF, 3A and A6. RGB value is (175,58,166). Sum of RGB (Red+Green+Blue) = 175+58+166=399 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.86% from 399); Green value is 58 (23.05% from 255 or 14.54% from 399); Blue value is 166 (65.23% from 255 or 41.60% from 399); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3AA6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF3AA6 is #50C559. Grayscale: #686868. Windows color (decimal): -5293402 or 10893999. OLE color: 10893999.

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

Color convert

RGB17558166-
CMYK00.670.050.31
HSL304.62º50.21%45.69%-
HSV(B)304.62º66.86%68.63%-
XYZ26.0814.8937.58-
YUV105.29162.26177.72-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.86%
GREEN value IS 58 (23.05% from 255) = 14.54%
BLUE value IS 166 (65.23% from 255) = 41.60%
R=43.86%
G=14.54%
B=41.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.05
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1755816600.670.050.31304.6250.2145.69
HexAF3AA604351F131322e
Octal2577224601035374616256
Binary10101111111010101001100100001110111111100110001110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF3AA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF3AA6; }

 p { color: rgb(175,58,166); }

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

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

 a { background-color: rgb(175,58,166); }

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

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

 span { border-color: rgb(175,58,166); }

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