#A462AD

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

Shades of Violet Blue #A462AD

Tints of Violet Blue #A462AD

Color information

#A462AD (or 0xA462AD) is unknown color: approx Violet Blue. HEX triplet: A4, 62 and AD. RGB value is (164,98,173). Sum of RGB (Red+Green+Blue) = 164+98+173=435 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.70% from 435); Green value is 98 (38.67% from 255 or 22.53% from 435); Blue value is 173 (67.97% from 255 or 39.77% from 435); Max value from RGB is 173 - color contains mainly: blue. Hex color #A462AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A462AD is #5B9D52. Grayscale: #7E7E7E. Windows color (decimal): -6004051 or 11362980. OLE color: 11362980.

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

Color convert

RGB16498173-
CMYK0.050.4300.32
HSL292.8º31.38%53.14%-
HSV(B)292.8º43.35%67.84%-
XYZ27.2219.6541.89-
YUV126.28154.37154.9-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.70%
GREEN value IS 98 (38.67% from 255) = 22.53%
BLUE value IS 173 (67.97% from 255) = 39.77%
R=37.70%
G=22.53%
B=39.77%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal164981730.050.4300.32292.831.3853.14
HexA462AD52B0201251f35
Octal2441422555530404453765
Binary10100100110001010101101101101011010000010010010111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A462AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A462AD; }

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

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

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

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

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

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

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

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