#A24795

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

Shades of Violet Blue #A24795

Tints of Violet Blue #A24795

Color information

#A24795 (or 0xA24795) is unknown color: approx Violet Blue. HEX triplet: A2, 47 and 95. RGB value is (162,71,149). Sum of RGB (Red+Green+Blue) = 162+71+149=382 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.41% from 382); Green value is 71 (28.12% from 255 or 18.59% from 382); Blue value is 149 (58.59% from 255 or 39.01% from 382); Max value from RGB is 162 - color contains mainly: red. Hex color #A24795 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A24795 is #5DB86A. Grayscale: #6A6A6A. Windows color (decimal): -6142059 or 9783202. OLE color: 9783202.

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

Color convert

RGB16271149-
CMYK00.560.080.36
HSL308.57º39.06%45.69%-
HSV(B)308.57º56.17%63.53%-
XYZ22.5814.3630.02-
YUV107.1151.65167.16-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 42.41%
GREEN value IS 71 (28.12% from 255) = 18.59%
BLUE value IS 149 (58.59% from 255) = 39.01%
R=42.41%
G=18.59%
B=39.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.08
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1627114900.560.080.36308.5739.0645.69
HexA24795038824135272e
Octal24210722507010444654756
Binary1010001010001111001010101110001000100100100110101100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24795; }

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

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

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

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

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

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

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

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