#A25BAF

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

Shades of Violet Blue #A25BAF

Tints of Violet Blue #A25BAF

Color information

#A25BAF (or 0xA25BAF) is unknown color: approx Violet Blue. HEX triplet: A2, 5B and AF. RGB value is (162,91,175). Sum of RGB (Red+Green+Blue) = 162+91+175=428 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.85% from 428); Green value is 91 (35.94% from 255 or 21.26% from 428); Blue value is 175 (68.75% from 255 or 40.89% from 428); Max value from RGB is 175 - color contains mainly: blue. Hex color #A25BAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A25BAF is #5DA450. Grayscale: #797979. Windows color (decimal): -6136913 or 11492258. OLE color: 11492258.

HSL color Cylindrical-coordinate representation of color #A25BAF: hue angle of 290.71º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A25BAF is Cyan = 0.07, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB16291175-
CMYK0.070.4800.31
HSL290.71º34.43%52.16%-
HSV(B)290.71º48%68.63%-
XYZ26.3818.2642.69-
YUV121.8158.02156.67-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.85%
GREEN value IS 91 (35.94% from 255) = 21.26%
BLUE value IS 175 (68.75% from 255) = 40.89%
R=37.85%
G=21.26%
B=40.89%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal162911750.070.4800.31290.7134.4352.16
HexA25BAF73001F1232234
Octal2421332577600374434264
Binary10100010101101110101111111110000011111100100011100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25BAF; }

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

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

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

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

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

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

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

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