#A262AE

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

Shades of Violet Blue #A262AE

Tints of Violet Blue #A262AE

Color information

#A262AE (or 0xA262AE) is unknown color: approx Violet Blue. HEX triplet: A2, 62 and AE. RGB value is (162,98,174). Sum of RGB (Red+Green+Blue) = 162+98+174=434 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.33% from 434); Green value is 98 (38.67% from 255 or 22.58% from 434); Blue value is 174 (68.36% from 255 or 40.09% from 434); Max value from RGB is 174 - color contains mainly: blue. Hex color #A262AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A262AE is #5D9D51. Grayscale: #7D7D7D. Windows color (decimal): -6135122 or 11428514. OLE color: 11428514.

HSL color Cylindrical-coordinate representation of color #A262AE: hue angle of 290.53º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A262AE is Cyan = 0.07, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB16298174-
CMYK0.070.4400.32
HSL290.53º31.93%53.33%-
HSV(B)290.53º43.68%68.24%-
XYZ26.9119.4742.38-
YUV125.8155.2153.82-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.33%
GREEN value IS 98 (38.67% from 255) = 22.58%
BLUE value IS 174 (68.36% from 255) = 40.09%
R=37.33%
G=22.58%
B=40.09%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal162981740.070.4400.32290.5331.9353.33
HexA262AE72C0201232035
Octal2421422567540404434065
Binary101000101100010101011101111011000100000100100011100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A262AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A262AE; }

 p { color: rgb(162,98,174); }

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

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

 a { background-color: rgb(162,98,174); }

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

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

 span { border-color: rgb(162,98,174); }

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