#A25292

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

Shades of Violet Blue #A25292

Tints of Violet Blue #A25292

Color information

#A25292 (or 0xA25292) is unknown color: approx Violet Blue. HEX triplet: A2, 52 and 92. RGB value is (162,82,146). Sum of RGB (Red+Green+Blue) = 162+82+146=390 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.54% from 390); Green value is 82 (32.42% from 255 or 21.03% from 390); Blue value is 146 (57.42% from 255 or 37.44% from 390); Max value from RGB is 162 - color contains mainly: red. Hex color #A25292 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A25292 is #5DAD6D. Grayscale: #717171. Windows color (decimal): -6139246 or 9589410. OLE color: 9589410.

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

Color convert

RGB16282146-
CMYK00.490.100.36
HSL312º32.79%47.84%-
HSV(B)312º49.38%63.53%-
XYZ23.1115.7929.02-
YUV113.22146.5162.8-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.54%
GREEN value IS 82 (32.42% from 255) = 21.03%
BLUE value IS 146 (57.42% from 255) = 37.44%
R=41.54%
G=21.03%
B=37.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.10
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1628214600.490.100.3631232.7947.84
HexA25292031A241382130
Octal24212222206112444704160
Binary1010001010100101001001001100011010100100100111000100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25292; }

 p { color: rgb(162,82,146); }

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

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

 a { background-color: rgb(162,82,146); }

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

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

 span { border-color: rgb(162,82,146); }

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