#AF39A5

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

Shades of Violet Blue #AF39A5

Tints of Violet Blue #AF39A5

Color information

#AF39A5 (or 0xAF39A5) is unknown color: approx Violet Blue. HEX triplet: AF, 39 and A5. RGB value is (175,57,165). Sum of RGB (Red+Green+Blue) = 175+57+165=397 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.08% from 397); Green value is 57 (22.66% from 255 or 14.36% from 397); Blue value is 165 (64.84% from 255 or 41.56% from 397); Max value from RGB is 175 - color contains mainly: red. Hex color #AF39A5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF39A5 is #50C65A. Grayscale: #686868. Windows color (decimal): -5293659 or 10828207. OLE color: 10828207.

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

Color convert

RGB17557165-
CMYK00.670.060.31
HSL305.08º50.86%45.49%-
HSV(B)305.08º67.43%68.63%-
XYZ25.9314.7637.08-
YUV104.59162.09178.22-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.08%
GREEN value IS 57 (22.66% from 255) = 14.36%
BLUE value IS 165 (64.84% from 255) = 41.56%
R=44.08%
G=14.36%
B=41.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.06
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1755716500.670.060.31305.0850.8645.49
HexAF39A504361F131332d
Octal2577124501036374616355
Binary10101111111001101001010100001111011111100110001110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF39A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF39A5; }

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

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

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

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

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

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

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

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