#A462AB

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

Shades of Violet Blue #A462AB

Tints of Violet Blue #A462AB

Color information

#A462AB (or 0xA462AB) is unknown color: approx Violet Blue. HEX triplet: A4, 62 and AB. RGB value is (164,98,171). Sum of RGB (Red+Green+Blue) = 164+98+171=433 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.88% from 433); Green value is 98 (38.67% from 255 or 22.63% from 433); Blue value is 171 (67.19% from 255 or 39.49% from 433); Max value from RGB is 171 - color contains mainly: blue. Hex color #A462AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A462AB is #5B9D54. Grayscale: #7D7D7D. Windows color (decimal): -6004053 or 11231908. OLE color: 11231908.

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

Color convert

RGB16498171-
CMYK0.040.4300.33
HSL294.25º30.29%52.75%-
HSV(B)294.25º42.69%67.06%-
XYZ27.0319.5740.88-
YUV126.06153.37155.06-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.88%
GREEN value IS 98 (38.67% from 255) = 22.63%
BLUE value IS 171 (67.19% from 255) = 39.49%
R=37.88%
G=22.63%
B=39.49%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal164981710.040.4300.33294.2530.2952.75
HexA462AB42B0211261e35
Octal2441422534530414463665
Binary10100100110001010101011100101011010000110010011011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A462AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A462AB; }

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

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

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

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

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

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

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

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