#A25AAC

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

Shades of Violet Blue #A25AAC

Tints of Violet Blue #A25AAC

Color information

#A25AAC (or 0xA25AAC) is unknown color: approx Violet Blue. HEX triplet: A2, 5A and AC. RGB value is (162,90,172). Sum of RGB (Red+Green+Blue) = 162+90+172=424 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.21% from 424); Green value is 90 (35.55% from 255 or 21.23% from 424); Blue value is 172 (67.58% from 255 or 40.57% from 424); Max value from RGB is 172 - color contains mainly: blue. Hex color #A25AAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A25AAC is #5DA553. Grayscale: #787878. Windows color (decimal): -6137172 or 11295394. OLE color: 11295394.

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

Color convert

RGB16290172-
CMYK0.060.4800.33
HSL292.68º33.06%51.37%-
HSV(B)292.68º47.67%67.45%-
XYZ2617.9741.13-
YUV120.88156.85157.33-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.21%
GREEN value IS 90 (35.55% from 255) = 21.23%
BLUE value IS 172 (67.58% from 255) = 40.57%
R=38.21%
G=21.23%
B=40.57%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal162901720.060.4800.33292.6833.0651.37
HexA25AAC6300211252133
Octal2421322546600414454163
Binary101000101011010101011001101100000100001100100101100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25AAC; }

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

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

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

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

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

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

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

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