#A25CAD

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

Shades of Violet Blue #A25CAD

Tints of Violet Blue #A25CAD

Color information

#A25CAD (or 0xA25CAD) is unknown color: approx Violet Blue. HEX triplet: A2, 5C and AD. RGB value is (162,92,173). Sum of RGB (Red+Green+Blue) = 162+92+173=427 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.94% from 427); Green value is 92 (36.33% from 255 or 21.55% from 427); Blue value is 173 (67.97% from 255 or 40.52% from 427); Max value from RGB is 173 - color contains mainly: blue. Hex color #A25CAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A25CAD is #5DA352. Grayscale: #797979. Windows color (decimal): -6136659 or 11361442. OLE color: 11361442.

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

Color convert

RGB16292173-
CMYK0.060.4700.32
HSL291.85º33.06%51.96%-
HSV(B)291.85º46.82%67.84%-
XYZ26.2718.3541.69-
YUV122.16156.69156.41-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.94%
GREEN value IS 92 (36.33% from 255) = 21.55%
BLUE value IS 173 (67.97% from 255) = 40.52%
R=37.94%
G=21.55%
B=40.52%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal162921730.060.4700.32291.8533.0651.96
HexA25CAD62F0201242134
Octal2421342556570404444164
Binary101000101011100101011011101011110100000100100100100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25CAD; }

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

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

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

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

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

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

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

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