#AF62AA

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

Shades of Violet Blue #AF62AA

Tints of Violet Blue #AF62AA

Color information

#AF62AA (or 0xAF62AA) is unknown color: approx Violet Blue. HEX triplet: AF, 62 and AA. RGB value is (175,98,170). Sum of RGB (Red+Green+Blue) = 175+98+170=443 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.50% from 443); Green value is 98 (38.67% from 255 or 22.12% from 443); Blue value is 170 (66.80% from 255 or 38.37% from 443); Max value from RGB is 175 - color contains mainly: red. Hex color #AF62AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF62AA is #509D55. Grayscale: #818181. Windows color (decimal): -5283158 or 11166383. OLE color: 11166383.

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

Color convert

RGB17598170-
CMYK00.440.030.31
HSL303.9º32.49%53.53%-
HSV(B)303.9º44%68.63%-
XYZ29.320.7540.49-
YUV129.23151.01160.65-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.50%
GREEN value IS 98 (38.67% from 255) = 22.12%
BLUE value IS 170 (66.80% from 255) = 38.37%
R=39.50%
G=22.12%
B=38.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1759817000.440.030.31303.932.4953.53
HexAF62AA02C31F1302036
Octal2571422520543374604066
Binary1010111111000101010101001011001111111100110000100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF62AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF62AA; }

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

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

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

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

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

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

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

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