#A25EAD

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

Shades of Violet Blue #A25EAD

Tints of Violet Blue #A25EAD

Color information

#A25EAD (or 0xA25EAD) is unknown color: approx Violet Blue. HEX triplet: A2, 5E and AD. RGB value is (162,94,173). Sum of RGB (Red+Green+Blue) = 162+94+173=429 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.76% from 429); Green value is 94 (37.11% from 255 or 21.91% from 429); Blue value is 173 (67.97% from 255 or 40.33% from 429); Max value from RGB is 173 - color contains mainly: blue. Hex color #A25EAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A25EAD is #5DA152. Grayscale: #7B7B7B. Windows color (decimal): -6136147 or 11361954. OLE color: 11361954.

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

Color convert

RGB16294173-
CMYK0.060.4600.32
HSL291.65º32.51%52.35%-
HSV(B)291.65º45.66%67.84%-
XYZ26.4518.741.75-
YUV123.34156.03155.58-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.76%
GREEN value IS 94 (37.11% from 255) = 21.91%
BLUE value IS 173 (67.97% from 255) = 40.33%
R=37.76%
G=21.91%
B=40.33%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal162941730.060.4600.32291.6532.5152.35
HexA25EAD62E0201242134
Octal2421362556560404444164
Binary101000101011110101011011101011100100000100100100100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25EAD; }

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

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

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

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

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

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

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

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