#AF62AD

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

Shades of Violet Blue #AF62AD

Tints of Violet Blue #AF62AD

Color information

#AF62AD (or 0xAF62AD) is unknown color: approx Violet Blue. HEX triplet: AF, 62 and AD. RGB value is (175,98,173). Sum of RGB (Red+Green+Blue) = 175+98+173=446 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.24% from 446); Green value is 98 (38.67% from 255 or 21.97% from 446); Blue value is 173 (67.97% from 255 or 38.79% from 446); Max value from RGB is 175 - color contains mainly: red. Hex color #AF62AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF62AD is #509D52. Grayscale: #818181. Windows color (decimal): -5283155 or 11362991. OLE color: 11362991.

HSL color Cylindrical-coordinate representation of color #AF62AD: hue angle of 301.56º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AF62AD is Cyan = 0, Magento = 0.44, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB17598173-
CMYK00.440.010.31
HSL301.56º32.49%53.53%-
HSV(B)301.56º44%68.63%-
XYZ29.5920.8742-
YUV129.57152.51160.4-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.24%
GREEN value IS 98 (38.67% from 255) = 21.97%
BLUE value IS 173 (67.97% from 255) = 38.79%
R=39.24%
G=21.97%
B=38.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1759817300.440.010.31301.5632.4953.53
HexAF62AD02C11F12e2036
Octal2571422550541374564066
Binary101011111100010101011010101100111111100101110100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF62AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF62AD; }

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

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

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

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

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

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

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

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