#AF75AD

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

Shades of Violet Blue #AF75AD

Tints of Violet Blue #AF75AD

Color information

#AF75AD (or 0xAF75AD) is unknown color: approx Violet Blue. HEX triplet: AF, 75 and AD. RGB value is (175,117,173). Sum of RGB (Red+Green+Blue) = 175+117+173=465 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.63% from 465); Green value is 117 (46.09% from 255 or 25.16% from 465); Blue value is 173 (67.97% from 255 or 37.20% from 465); Max value from RGB is 175 - color contains mainly: red. Hex color #AF75AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF75AD is #508A52. Grayscale: #8C8C8C. Windows color (decimal): -5278291 or 11367855. OLE color: 11367855.

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

Color convert

RGB175117173-
CMYK00.330.010.31
HSL302.07º26.61%57.25%-
HSV(B)302.07º33.14%68.63%-
XYZ31.5824.8542.67-
YUV140.73146.22152.45-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.63%
GREEN value IS 117 (46.09% from 255) = 25.16%
BLUE value IS 173 (67.97% from 255) = 37.20%
R=37.63%
G=25.16%
B=37.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17511717300.330.010.31302.0726.6157.25
HexAF75AD02111F12e1b39
Octal2571652550411374563371
Binary10101111111010110101101010000111111110010111011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF75AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF75AD; }

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

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

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

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

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

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

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

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