#AF4BA0

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

Shades of Violet Blue #AF4BA0

Tints of Violet Blue #AF4BA0

Color information

#AF4BA0 (or 0xAF4BA0) is unknown color: approx Violet Blue. HEX triplet: AF, 4B and A0. RGB value is (175,75,160). Sum of RGB (Red+Green+Blue) = 175+75+160=410 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.68% from 410); Green value is 75 (29.69% from 255 or 18.29% from 410); Blue value is 160 (62.89% from 255 or 39.02% from 410); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4BA0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF4BA0 is #50B45F. Grayscale: #727272. Windows color (decimal): -5289056 or 10505135. OLE color: 10505135.

HSL color Cylindrical-coordinate representation of color #AF4BA0: hue angle of 309º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AF4BA0 is Cyan = 0, Magento = 0.57, Yellow = 0.09 and Black (K on CMYK) = 0.31.

Color convert

RGB17575160-
CMYK00.570.090.31
HSL309º40%49.02%-
HSV(B)309º57.14%68.63%-
XYZ26.5416.6835.08-
YUV114.59153.63171.09-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.68%
GREEN value IS 75 (29.69% from 255) = 18.29%
BLUE value IS 160 (62.89% from 255) = 39.02%
R=42.68%
G=18.29%
B=39.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.09
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1757516000.570.090.313094049.02
HexAF4BA003991F1352831
Octal25711324007111374655061
Binary101011111001011101000000111001100111111100110101101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF4BA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF4BA0; }

 p { color: rgb(175,75,160); }

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

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

 a { background-color: rgb(175,75,160); }

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

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

 span { border-color: rgb(175,75,160); }

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