#A24892

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

Shades of Violet Blue #A24892

Tints of Violet Blue #A24892

Color information

#A24892 (or 0xA24892) is unknown color: approx Violet Blue. HEX triplet: A2, 48 and 92. RGB value is (162,72,146). Sum of RGB (Red+Green+Blue) = 162+72+146=380 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.63% from 380); Green value is 72 (28.52% from 255 or 18.95% from 380); Blue value is 146 (57.42% from 255 or 38.42% from 380); Max value from RGB is 162 - color contains mainly: red. Hex color #A24892 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A24892 is #5DB76D. Grayscale: #6B6B6B. Windows color (decimal): -6141806 or 9586850. OLE color: 9586850.

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

Color convert

RGB16272146-
CMYK00.560.100.36
HSL310.67º38.46%45.88%-
HSV(B)310.67º55.56%63.53%-
XYZ22.4114.3928.79-
YUV107.35149.82166.98-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 42.63%
GREEN value IS 72 (28.52% from 255) = 18.95%
BLUE value IS 146 (57.42% from 255) = 38.42%
R=42.63%
G=18.95%
B=38.42%

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
Decimal1627214600.560.100.36310.6738.4645.88
HexA24892038A24137262e
Octal24211022207012444674656
Binary1010001010010001001001001110001010100100100110111100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24892; }

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

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

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

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

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

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

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

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