#A662A3

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

Shades of Violet Blue #A662A3

Tints of Violet Blue #A662A3

Color information

#A662A3 (or 0xA662A3) is unknown color: approx Violet Blue. HEX triplet: A6, 62 and A3. RGB value is (166,98,163). Sum of RGB (Red+Green+Blue) = 166+98+163=427 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.88% from 427); Green value is 98 (38.67% from 255 or 22.95% from 427); Blue value is 163 (64.06% from 255 or 38.17% from 427); Max value from RGB is 166 - color contains mainly: red. Hex color #A662A3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A662A3 is #599D5C. Grayscale: #7D7D7D. Windows color (decimal): -5872989 or 10707622. OLE color: 10707622.

HSL color Cylindrical-coordinate representation of color #A662A3: hue angle of 302.65º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A662A3 is Cyan = 0, Magento = 0.41, Yellow = 0.02 and Black (K on CMYK) = 0.35.

Color convert

RGB16698163-
CMYK00.410.020.35
HSL302.65º27.64%51.76%-
HSV(B)302.65º40.96%65.1%-
XYZ26.719.4937-
YUV125.74149.03156.71-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.88%
GREEN value IS 98 (38.67% from 255) = 22.95%
BLUE value IS 163 (64.06% from 255) = 38.17%
R=38.88%
G=22.95%
B=38.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.02
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1669816300.410.020.35302.6527.6451.76
HexA662A302922312f1c34
Octal2461422430512434573464
Binary1010011011000101010001101010011010001110010111111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A662A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A662A3; }

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

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

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

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

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

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

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

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