#A25AAD

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

Shades of Violet Blue #A25AAD

Tints of Violet Blue #A25AAD

Color information

#A25AAD (or 0xA25AAD) is unknown color: approx Violet Blue. HEX triplet: A2, 5A and AD. RGB value is (162,90,173). Sum of RGB (Red+Green+Blue) = 162+90+173=425 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.12% from 425); Green value is 90 (35.55% from 255 or 21.18% from 425); Blue value is 173 (67.97% from 255 or 40.71% from 425); Max value from RGB is 173 - color contains mainly: blue. Hex color #A25AAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A25AAD is #5DA552. Grayscale: #787878. Windows color (decimal): -6137171 or 11360930. OLE color: 11360930.

HSL color Cylindrical-coordinate representation of color #A25AAD: hue angle of 292.05º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A25AAD is Cyan = 0.06, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB16290173-
CMYK0.060.4800.32
HSL292.05º33.6%51.57%-
HSV(B)292.05º47.98%67.84%-
XYZ26.118.0141.64-
YUV120.99157.35157.25-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.12%
GREEN value IS 90 (35.55% from 255) = 21.18%
BLUE value IS 173 (67.97% from 255) = 40.71%
R=38.12%
G=21.18%
B=40.71%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal162901730.060.4800.32292.0533.651.57
HexA25AAD6300201242234
Octal2421322556600404444264
Binary101000101011010101011011101100000100000100100100100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25AAD; }

 p { color: rgb(162,90,173); }

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

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

 a { background-color: rgb(162,90,173); }

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

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

 span { border-color: rgb(162,90,173); }

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