#A25EAA

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

Shades of Violet Blue #A25EAA

Tints of Violet Blue #A25EAA

Color information

#A25EAA (or 0xA25EAA) is unknown color: approx Violet Blue. HEX triplet: A2, 5E and AA. RGB value is (162,94,170). Sum of RGB (Red+Green+Blue) = 162+94+170=426 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.03% from 426); Green value is 94 (37.11% from 255 or 22.07% from 426); Blue value is 170 (66.80% from 255 or 39.91% from 426); Max value from RGB is 170 - color contains mainly: blue. Hex color #A25EAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A25EAA is #5DA155. Grayscale: #7A7A7A. Windows color (decimal): -6136150 or 11165346. OLE color: 11165346.

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

Color convert

RGB16294170-
CMYK0.050.4500.33
HSL293.68º30.89%51.76%-
HSV(B)293.68º44.71%66.67%-
XYZ26.1618.5940.24-
YUV123154.53155.82-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.03%
GREEN value IS 94 (37.11% from 255) = 22.07%
BLUE value IS 170 (66.80% from 255) = 39.91%
R=38.03%
G=22.07%
B=39.91%

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
Decimal162941700.050.4500.33293.6830.8951.76
HexA25EAA52D0211261f34
Octal2421362525550414463764
Binary10100010101111010101010101101101010000110010011011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25EAA; }

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

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

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

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

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

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

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

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