#A25095

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

Shades of Violet Blue #A25095

Tints of Violet Blue #A25095

Color information

#A25095 (or 0xA25095) is unknown color: approx Violet Blue. HEX triplet: A2, 50 and 95. RGB value is (162,80,149). Sum of RGB (Red+Green+Blue) = 162+80+149=391 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.43% from 391); Green value is 80 (31.64% from 255 or 20.46% from 391); Blue value is 149 (58.59% from 255 or 38.11% from 391); Max value from RGB is 162 - color contains mainly: red. Hex color #A25095 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A25095 is #5DAF6A. Grayscale: #707070. Windows color (decimal): -6139755 or 9785506. OLE color: 9785506.

HSL color Cylindrical-coordinate representation of color #A25095: hue angle of 309.51º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A25095 is Cyan = 0, Magento = 0.51, Yellow = 0.08 and Black (K on CMYK) = 0.36.

Color convert

RGB16280149-
CMYK00.510.080.36
HSL309.51º33.88%47.45%-
HSV(B)309.51º50.62%63.53%-
XYZ23.1915.5930.22-
YUV112.38148.67163.39-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.43%
GREEN value IS 80 (31.64% from 255) = 20.46%
BLUE value IS 149 (58.59% from 255) = 38.11%
R=41.43%
G=20.46%
B=38.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.08
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1628014900.510.080.36309.5133.8847.45
HexA25095033824136222f
Octal24212022506310444664257
Binary1010001010100001001010101100111000100100100110110100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25095; }

 p { color: rgb(162,80,149); }

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

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

 a { background-color: rgb(162,80,149); }

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

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

 span { border-color: rgb(162,80,149); }

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