#AF75AB

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

Shades of Violet Blue #AF75AB

Tints of Violet Blue #AF75AB

Color information

#AF75AB (or 0xAF75AB) is unknown color: approx Violet Blue. HEX triplet: AF, 75 and AB. RGB value is (175,117,171). Sum of RGB (Red+Green+Blue) = 175+117+171=463 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.80% from 463); Green value is 117 (46.09% from 255 or 25.27% from 463); Blue value is 171 (67.19% from 255 or 36.93% from 463); Max value from RGB is 175 - color contains mainly: red. Hex color #AF75AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF75AB is #508A54. Grayscale: #8C8C8C. Windows color (decimal): -5278293 or 11236783. OLE color: 11236783.

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

Color convert

RGB175117171-
CMYK00.330.020.31
HSL304.14º26.61%57.25%-
HSV(B)304.14º33.14%68.63%-
XYZ31.3924.7841.66-
YUV140.5145.22152.61-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.80%
GREEN value IS 117 (46.09% from 255) = 25.27%
BLUE value IS 171 (67.19% from 255) = 36.93%
R=37.80%
G=25.27%
B=36.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17511717100.330.020.31304.1426.6157.25
HexAF75AB02121F1301b39
Octal2571652530412374603371
Binary101011111110101101010110100001101111110011000011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF75AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF75AB; }

 p { color: rgb(175,117,171); }

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

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

 a { background-color: rgb(175,117,171); }

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

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

 span { border-color: rgb(175,117,171); }

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