#A25BAB

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

Shades of Violet Blue #A25BAB

Tints of Violet Blue #A25BAB

Color information

#A25BAB (or 0xA25BAB) is unknown color: approx Violet Blue. HEX triplet: A2, 5B and AB. RGB value is (162,91,171). Sum of RGB (Red+Green+Blue) = 162+91+171=424 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.21% from 424); Green value is 91 (35.94% from 255 or 21.46% from 424); Blue value is 171 (67.19% from 255 or 40.33% from 424); Max value from RGB is 171 - color contains mainly: blue. Hex color #A25BAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A25BAB is #5DA454. Grayscale: #797979. Windows color (decimal): -6136917 or 11230114. OLE color: 11230114.

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

Color convert

RGB16291171-
CMYK0.050.4700.33
HSL293.25º32.26%51.37%-
HSV(B)293.25º46.78%67.06%-
XYZ25.9918.140.65-
YUV121.35156.02157-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.21%
GREEN value IS 91 (35.94% from 255) = 21.46%
BLUE value IS 171 (67.19% from 255) = 40.33%
R=38.21%
G=21.46%
B=40.33%

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
Decimal162911710.050.4700.33293.2532.2651.37
HexA25BAB52F0211252033
Octal2421332535570414454063
Binary101000101011011101010111011011110100001100100101100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25BAB; }

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

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

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

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

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

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

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

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