#A262AB

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

Shades of Violet Blue #A262AB

Tints of Violet Blue #A262AB

Color information

#A262AB (or 0xA262AB) is unknown color: approx Violet Blue. HEX triplet: A2, 62 and AB. RGB value is (162,98,171). Sum of RGB (Red+Green+Blue) = 162+98+171=431 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.59% from 431); Green value is 98 (38.67% from 255 or 22.74% from 431); Blue value is 171 (67.19% from 255 or 39.68% from 431); Max value from RGB is 171 - color contains mainly: blue. Hex color #A262AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A262AB is #5D9D54. Grayscale: #7D7D7D. Windows color (decimal): -6135125 or 11231906. OLE color: 11231906.

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

Color convert

RGB16298171-
CMYK0.050.4300.33
HSL292.6º30.29%52.75%-
HSV(B)292.6º42.69%67.06%-
XYZ26.6219.3640.86-
YUV125.46153.7154.06-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.59%
GREEN value IS 98 (38.67% from 255) = 22.74%
BLUE value IS 171 (67.19% from 255) = 39.68%
R=37.59%
G=22.74%
B=39.68%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal162981710.050.4300.33292.630.2952.75
HexA262AB52B0211251e35
Octal2421422535530414453665
Binary10100010110001010101011101101011010000110010010111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A262AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A262AB; }

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

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

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

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

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

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

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

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