#AF62AB

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

Shades of Violet Blue #AF62AB

Tints of Violet Blue #AF62AB

Color information

#AF62AB (or 0xAF62AB) is unknown color: approx Violet Blue. HEX triplet: AF, 62 and AB. RGB value is (175,98,171). Sum of RGB (Red+Green+Blue) = 175+98+171=444 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.41% from 444); Green value is 98 (38.67% from 255 or 22.07% from 444); Blue value is 171 (67.19% from 255 or 38.51% from 444); Max value from RGB is 175 - color contains mainly: red. Hex color #AF62AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF62AB is #509D54. Grayscale: #818181. Windows color (decimal): -5283157 or 11231919. OLE color: 11231919.

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

Color convert

RGB17598171-
CMYK00.440.020.31
HSL303.12º32.49%53.53%-
HSV(B)303.12º44%68.63%-
XYZ29.420.7940.99-
YUV129.34151.51160.56-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.41%
GREEN value IS 98 (38.67% from 255) = 22.07%
BLUE value IS 171 (67.19% from 255) = 38.51%
R=39.41%
G=22.07%
B=38.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1759817100.440.020.31303.1232.4953.53
HexAF62AB02C21F12f2036
Octal2571422530542374574066
Binary1010111111000101010101101011001011111100101111100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF62AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF62AB; }

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

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

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

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

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

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

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

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