#A25CAC

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

Shades of Violet Blue #A25CAC

Tints of Violet Blue #A25CAC

Color information

#A25CAC (or 0xA25CAC) is unknown color: approx Violet Blue. HEX triplet: A2, 5C and AC. RGB value is (162,92,172). Sum of RGB (Red+Green+Blue) = 162+92+172=426 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.03% from 426); Green value is 92 (36.33% from 255 or 21.60% from 426); Blue value is 172 (67.58% from 255 or 40.38% from 426); Max value from RGB is 172 - color contains mainly: blue. Hex color #A25CAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A25CAC is #5DA353. Grayscale: #797979. Windows color (decimal): -6136660 or 11295906. OLE color: 11295906.

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

Color convert

RGB16292172-
CMYK0.060.4700.33
HSL292.5º32.52%51.76%-
HSV(B)292.5º46.51%67.45%-
XYZ26.1718.3141.19-
YUV122.05156.19156.5-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.03%
GREEN value IS 92 (36.33% from 255) = 21.60%
BLUE value IS 172 (67.58% from 255) = 40.38%
R=38.03%
G=21.60%
B=40.38%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal162921720.060.4700.33292.532.5251.76
HexA25CAC62F0211242134
Octal2421342546570414444164
Binary101000101011100101011001101011110100001100100100100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25CAC; }

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

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

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

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

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

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

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

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