#A25BA4

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

Shades of Violet Blue #A25BA4

Tints of Violet Blue #A25BA4

Color information

#A25BA4 (or 0xA25BA4) is unknown color: approx Violet Blue. HEX triplet: A2, 5B and A4. RGB value is (162,91,164). Sum of RGB (Red+Green+Blue) = 162+91+164=417 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.85% from 417); Green value is 91 (35.94% from 255 or 21.82% from 417); Blue value is 164 (64.45% from 255 or 39.33% from 417); Max value from RGB is 164 - color contains mainly: blue. Hex color #A25BA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A25BA4 is #5DA45B. Grayscale: #787878. Windows color (decimal): -6136924 or 10771362. OLE color: 10771362.

HSL color Cylindrical-coordinate representation of color #A25BA4: hue angle of 298.36º degrees, saturation: 0.29, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A25BA4 is Cyan = 0.01, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB16291164-
CMYK0.010.4500.36
HSL298.36º28.63%50%-
HSV(B)298.36º44.51%64.31%-
XYZ25.3417.8437.23-
YUV120.55152.52157.56-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.85%
GREEN value IS 91 (35.94% from 255) = 21.82%
BLUE value IS 164 (64.45% from 255) = 39.33%
R=38.85%
G=21.82%
B=39.33%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162911640.010.4500.36298.3628.6350
HexA25BA412D02412a1d32
Octal2421332441550444523562
Binary101000101011011101001001101101010010010010101011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25BA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25BA4; }

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

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

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

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

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

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

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

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