#A25DAE

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

Shades of Violet Blue #A25DAE

Tints of Violet Blue #A25DAE

Color information

#A25DAE (or 0xA25DAE) is unknown color: approx Violet Blue. HEX triplet: A2, 5D and AE. RGB value is (162,93,174). Sum of RGB (Red+Green+Blue) = 162+93+174=429 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.76% from 429); Green value is 93 (36.72% from 255 or 21.68% from 429); Blue value is 174 (68.36% from 255 or 40.56% from 429); Max value from RGB is 174 - color contains mainly: blue. Hex color #A25DAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A25DAE is #5DA251. Grayscale: #7A7A7A. Windows color (decimal): -6136402 or 11427234. OLE color: 11427234.

HSL color Cylindrical-coordinate representation of color #A25DAE: hue angle of 291.11º 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 #A25DAE is Cyan = 0.07, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB16293174-
CMYK0.070.4700.32
HSL291.11º33.33%52.35%-
HSV(B)291.11º46.55%68.24%-
XYZ26.4518.5742.23-
YUV122.86156.86155.91-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.76%
GREEN value IS 93 (36.72% from 255) = 21.68%
BLUE value IS 174 (68.36% from 255) = 40.56%
R=37.76%
G=21.68%
B=40.56%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal162931740.070.4700.32291.1133.3352.35
HexA25DAE72F0201232134
Octal2421352567570404434164
Binary101000101011101101011101111011110100000100100011100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25DAE; }

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

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

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

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

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

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

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

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