#A24794

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

Shades of Violet Blue #A24794

Tints of Violet Blue #A24794

Color information

#A24794 (or 0xA24794) is unknown color: approx Violet Blue. HEX triplet: A2, 47 and 94. RGB value is (162,71,148). Sum of RGB (Red+Green+Blue) = 162+71+148=381 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.52% from 381); Green value is 71 (28.12% from 255 or 18.64% from 381); Blue value is 148 (58.20% from 255 or 38.85% from 381); Max value from RGB is 162 - color contains mainly: red. Hex color #A24794 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A24794 is #5DB86B. Grayscale: #6A6A6A. Windows color (decimal): -6142060 or 9717666. OLE color: 9717666.

HSL color Cylindrical-coordinate representation of color #A24794: hue angle of 309.23º 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 #A24794 is Cyan = 0, Magento = 0.56, Yellow = 0.09 and Black (K on CMYK) = 0.36.

Color convert

RGB16271148-
CMYK00.560.090.36
HSL309.23º39.06%45.69%-
HSV(B)309.23º56.17%63.53%-
XYZ22.514.3329.6-
YUV106.99151.15167.24-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 42.52%
GREEN value IS 71 (28.12% from 255) = 18.64%
BLUE value IS 148 (58.20% from 255) = 38.85%
R=42.52%
G=18.64%
B=38.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.09
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1627114800.560.090.36309.2339.0645.69
HexA24794038924135272e
Octal24210722407011444654756
Binary1010001010001111001010001110001001100100100110101100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24794; }

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

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

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

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

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

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

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

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