#A25794

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

Shades of Violet Blue #A25794

Tints of Violet Blue #A25794

Color information

#A25794 (or 0xA25794) is unknown color: approx Violet Blue. HEX triplet: A2, 57 and 94. RGB value is (162,87,148). Sum of RGB (Red+Green+Blue) = 162+87+148=397 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.81% from 397); Green value is 87 (34.38% from 255 or 21.91% from 397); Blue value is 148 (58.20% from 255 or 37.28% from 397); Max value from RGB is 162 - color contains mainly: red. Hex color #A25794 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A25794 is #5DA86B. Grayscale: #747474. Windows color (decimal): -6137964 or 9721762. OLE color: 9721762.

HSL color Cylindrical-coordinate representation of color #A25794: hue angle of 311.2º degrees, saturation: 0.3, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A25794 is Cyan = 0, Magento = 0.46, Yellow = 0.09 and Black (K on CMYK) = 0.36.

Color convert

RGB16287148-
CMYK00.460.090.36
HSL311.2º30.12%48.82%-
HSV(B)311.2º46.3%63.53%-
XYZ23.6516.6429.98-
YUV116.38145.85160.54-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40.81%
GREEN value IS 87 (34.38% from 255) = 21.91%
BLUE value IS 148 (58.20% from 255) = 37.28%
R=40.81%
G=21.91%
B=37.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.09
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1628714800.460.090.36311.230.1248.82
HexA2579402E9241371e31
Octal24212722405611444673661
Binary101000101010111100101000101110100110010010011011111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25794; }

 p { color: rgb(162,87,148); }

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

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

 a { background-color: rgb(162,87,148); }

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

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

 span { border-color: rgb(162,87,148); }

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