#A25194

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

Shades of Violet Blue #A25194

Tints of Violet Blue #A25194

Color information

#A25194 (or 0xA25194) is unknown color: approx Violet Blue. HEX triplet: A2, 51 and 94. RGB value is (162,81,148). Sum of RGB (Red+Green+Blue) = 162+81+148=391 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.43% from 391); Green value is 81 (32.03% from 255 or 20.72% from 391); Blue value is 148 (58.20% from 255 or 37.85% from 391); Max value from RGB is 162 - color contains mainly: red. Hex color #A25194 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A25194 is #5DAE6B. Grayscale: #707070. Windows color (decimal): -6139500 or 9720226. OLE color: 9720226.

HSL color Cylindrical-coordinate representation of color #A25194: hue angle of 310.37º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A25194 is Cyan = 0, Magento = 0.50, Yellow = 0.09 and Black (K on CMYK) = 0.36.

Color convert

RGB16281148-
CMYK00.500.090.36
HSL310.37º33.33%47.65%-
HSV(B)310.37º50%63.53%-
XYZ23.1915.729.83-
YUV112.86147.84163.05-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.43%
GREEN value IS 81 (32.03% from 255) = 20.72%
BLUE value IS 148 (58.20% from 255) = 37.85%
R=41.43%
G=20.72%
B=37.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.09
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1628114800.500.090.36310.3733.3347.65
HexA251940329241362130
Octal24212122406211444664160
Binary1010001010100011001010001100101001100100100110110100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25194; }

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

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

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

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

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

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

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

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