#A25EAB

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

Shades of Violet Blue #A25EAB

Tints of Violet Blue #A25EAB

Color information

#A25EAB (or 0xA25EAB) is unknown color: approx Violet Blue. HEX triplet: A2, 5E and AB. RGB value is (162,94,171). Sum of RGB (Red+Green+Blue) = 162+94+171=427 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.94% from 427); Green value is 94 (37.11% from 255 or 22.01% from 427); Blue value is 171 (67.19% from 255 or 40.05% from 427); Max value from RGB is 171 - color contains mainly: blue. Hex color #A25EAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A25EAB is #5DA154. Grayscale: #7A7A7A. Windows color (decimal): -6136149 or 11230882. OLE color: 11230882.

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

Color convert

RGB16294171-
CMYK0.050.4500.33
HSL292.99º31.43%51.96%-
HSV(B)292.99º45.03%67.06%-
XYZ26.2518.6340.74-
YUV123.11155.03155.74-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.94%
GREEN value IS 94 (37.11% from 255) = 22.01%
BLUE value IS 171 (67.19% from 255) = 40.05%
R=37.94%
G=22.01%
B=40.05%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal162941710.050.4500.33292.9931.4351.96
HexA25EAB52D0211251f34
Octal2421362535550414453764
Binary10100010101111010101011101101101010000110010010111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25EAB; }

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

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

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

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

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

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

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

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