#A24790

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

Shades of Violet Blue #A24790

Tints of Violet Blue #A24790

Color information

#A24790 (or 0xA24790) is unknown color: approx Violet Blue. HEX triplet: A2, 47 and 90. RGB value is (162,71,144). Sum of RGB (Red+Green+Blue) = 162+71+144=377 (49% of max value = 765). Red value is 162 (63.67% from 255 or 42.97% from 377); Green value is 71 (28.12% from 255 or 18.83% from 377); Blue value is 144 (56.64% from 255 or 38.20% from 377); Max value from RGB is 162 - color contains mainly: red. Hex color #A24790 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A24790 is #5DB86F. Grayscale: #6A6A6A. Windows color (decimal): -6142064 or 9455522. OLE color: 9455522.

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

Color convert

RGB16271144-
CMYK00.560.110.36
HSL311.87º39.06%45.69%-
HSV(B)311.87º56.17%63.53%-
XYZ22.1914.227.96-
YUV106.53149.15167.56-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 42.97%
GREEN value IS 71 (28.12% from 255) = 18.83%
BLUE value IS 144 (56.64% from 255) = 38.20%
R=42.97%
G=18.83%
B=38.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.11
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1627114400.560.110.36311.8739.0645.69
HexA24790038B24138272e
Octal24210722007013444704756
Binary1010001010001111001000001110001011100100100111000100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24790; }

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

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

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

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

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

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

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

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