#AF39A6

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

Shades of Violet Blue #AF39A6

Tints of Violet Blue #AF39A6

Color information

#AF39A6 (or 0xAF39A6) is unknown color: approx Violet Blue. HEX triplet: AF, 39 and A6. RGB value is (175,57,166). Sum of RGB (Red+Green+Blue) = 175+57+166=398 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.97% from 398); Green value is 57 (22.66% from 255 or 14.32% from 398); Blue value is 166 (65.23% from 255 or 41.71% from 398); Max value from RGB is 175 - color contains mainly: red. Hex color #AF39A6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF39A6 is #50C659. Grayscale: #686868. Windows color (decimal): -5293658 or 10893743. OLE color: 10893743.

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

Color convert

RGB17557166-
CMYK00.670.050.31
HSL304.58º50.86%45.49%-
HSV(B)304.58º67.43%68.63%-
XYZ26.0314.7937.56-
YUV104.71162.59178.14-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.97%
GREEN value IS 57 (22.66% from 255) = 14.32%
BLUE value IS 166 (65.23% from 255) = 41.71%
R=43.97%
G=14.32%
B=41.71%

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
Decimal1755716600.670.050.31304.5850.8645.49
HexAF39A604351F131332d
Octal2577124601035374616355
Binary10101111111001101001100100001110111111100110001110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF39A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF39A6; }

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

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

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

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

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

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

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

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