#A462AA

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

Shades of Violet Blue #A462AA

Tints of Violet Blue #A462AA

Color information

#A462AA (or 0xA462AA) is unknown color: approx Violet Blue. HEX triplet: A4, 62 and AA. RGB value is (164,98,170). Sum of RGB (Red+Green+Blue) = 164+98+170=432 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.96% from 432); Green value is 98 (38.67% from 255 or 22.69% from 432); Blue value is 170 (66.80% from 255 or 39.35% from 432); Max value from RGB is 170 - color contains mainly: blue. Hex color #A462AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A462AA is #5B9D55. Grayscale: #7D7D7D. Windows color (decimal): -6004054 or 11166372. OLE color: 11166372.

HSL color Cylindrical-coordinate representation of color #A462AA: hue angle of 295º 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 #A462AA is Cyan = 0.04, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16498170-
CMYK0.040.4200.33
HSL295º29.75%52.55%-
HSV(B)295º42.35%66.67%-
XYZ26.9319.5340.38-
YUV125.94152.87155.15-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.96%
GREEN value IS 98 (38.67% from 255) = 22.69%
BLUE value IS 170 (66.80% from 255) = 39.35%
R=37.96%
G=22.69%
B=39.35%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal164981700.040.4200.3329529.7552.55
HexA462AA42A0211271e35
Octal2441422524520414473665
Binary10100100110001010101010100101010010000110010011111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A462AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A462AA; }

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

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

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

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

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

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

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

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