#A24792

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

Shades of Violet Blue #A24792

Tints of Violet Blue #A24792

Color information

#A24792 (or 0xA24792) is unknown color: approx Violet Blue. HEX triplet: A2, 47 and 92. RGB value is (162,71,146). Sum of RGB (Red+Green+Blue) = 162+71+146=379 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.74% from 379); Green value is 71 (28.12% from 255 or 18.73% from 379); Blue value is 146 (57.42% from 255 or 38.52% from 379); Max value from RGB is 162 - color contains mainly: red. Hex color #A24792 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A24792 is #5DB86D. Grayscale: #6A6A6A. Windows color (decimal): -6142062 or 9586594. OLE color: 9586594.

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

Color convert

RGB16271146-
CMYK00.560.100.36
HSL310.55º39.06%45.69%-
HSV(B)310.55º56.17%63.53%-
XYZ22.3414.2628.77-
YUV106.76150.15167.4-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 42.74%
GREEN value IS 71 (28.12% from 255) = 18.73%
BLUE value IS 146 (57.42% from 255) = 38.52%
R=42.74%
G=18.73%
B=38.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.10
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1627114600.560.100.36310.5539.0645.69
HexA24792038A24137272e
Octal24210722207012444674756
Binary1010001010001111001001001110001010100100100110111100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24792; }

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

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

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

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

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

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

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

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