#A662AA

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

Shades of Violet Blue #A662AA

Tints of Violet Blue #A662AA

Color information

#A662AA (or 0xA662AA) is unknown color: approx Violet Blue. HEX triplet: A6, 62 and AA. RGB value is (166,98,170). Sum of RGB (Red+Green+Blue) = 166+98+170=434 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.25% from 434); Green value is 98 (38.67% from 255 or 22.58% from 434); Blue value is 170 (66.80% from 255 or 39.17% from 434); Max value from RGB is 170 - color contains mainly: blue. Hex color #A662AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A662AA is #599D55. Grayscale: #7E7E7E. Windows color (decimal): -5872982 or 11166374. OLE color: 11166374.

HSL color Cylindrical-coordinate representation of color #A662AA: hue angle of 296.67º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A662AA is Cyan = 0.02, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16698170-
CMYK0.020.4200.33
HSL296.67º29.75%52.55%-
HSV(B)296.67º42.35%66.67%-
XYZ27.3519.7440.4-
YUV126.54152.53156.15-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.25%
GREEN value IS 98 (38.67% from 255) = 22.58%
BLUE value IS 170 (66.80% from 255) = 39.17%
R=38.25%
G=22.58%
B=39.17%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal166981700.020.4200.33296.6729.7552.55
HexA662AA22A0211291e35
Octal2461422522520414513665
Binary1010011011000101010101010101010010000110010100111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A662AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A662AA; }

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

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

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

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

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

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

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

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