#A25AAB

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

Shades of Violet Blue #A25AAB

Tints of Violet Blue #A25AAB

Color information

#A25AAB (or 0xA25AAB) is unknown color: approx Violet Blue. HEX triplet: A2, 5A and AB. RGB value is (162,90,171). Sum of RGB (Red+Green+Blue) = 162+90+171=423 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.30% from 423); Green value is 90 (35.55% from 255 or 21.28% from 423); Blue value is 171 (67.19% from 255 or 40.43% from 423); Max value from RGB is 171 - color contains mainly: blue. Hex color #A25AAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A25AAB is #5DA554. Grayscale: #787878. Windows color (decimal): -6137173 or 11229858. OLE color: 11229858.

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

Color convert

RGB16290171-
CMYK0.050.4700.33
HSL293.33º32.53%51.18%-
HSV(B)293.33º47.37%67.06%-
XYZ25.9117.9340.62-
YUV120.76156.35157.41-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.30%
GREEN value IS 90 (35.55% from 255) = 21.28%
BLUE value IS 171 (67.19% from 255) = 40.43%
R=38.30%
G=21.28%
B=40.43%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal162901710.050.4700.33293.3332.5351.18
HexA25AAB52F0211252133
Octal2421322535570414454163
Binary101000101011010101010111011011110100001100100101100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25AAB; }

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

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

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

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

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

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

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

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