#A25DAC

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

Shades of Violet Blue #A25DAC

Tints of Violet Blue #A25DAC

Color information

#A25DAC (or 0xA25DAC) is unknown color: approx Violet Blue. HEX triplet: A2, 5D and AC. RGB value is (162,93,172). Sum of RGB (Red+Green+Blue) = 162+93+172=427 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.94% from 427); Green value is 93 (36.72% from 255 or 21.78% from 427); Blue value is 172 (67.58% from 255 or 40.28% from 427); Max value from RGB is 172 - color contains mainly: blue. Hex color #A25DAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A25DAC is #5DA253. Grayscale: #7A7A7A. Windows color (decimal): -6136404 or 11296162. OLE color: 11296162.

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

Color convert

RGB16293172-
CMYK0.060.4600.33
HSL292.41º32.24%51.96%-
HSV(B)292.41º45.93%67.45%-
XYZ26.2618.4941.21-
YUV122.64155.86156.08-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.94%
GREEN value IS 93 (36.72% from 255) = 21.78%
BLUE value IS 172 (67.58% from 255) = 40.28%
R=37.94%
G=21.78%
B=40.28%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal162931720.060.4600.33292.4132.2451.96
HexA25DAC62E0211242034
Octal2421352546560414444064
Binary101000101011101101011001101011100100001100100100100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25DAC; }

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

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

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

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

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

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

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

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