#A24899

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

Shades of Violet Blue #A24899

Tints of Violet Blue #A24899

Color information

#A24899 (or 0xA24899) is unknown color: approx Violet Blue. HEX triplet: A2, 48 and 99. RGB value is (162,72,153). Sum of RGB (Red+Green+Blue) = 162+72+153=387 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.86% from 387); Green value is 72 (28.52% from 255 or 18.60% from 387); Blue value is 153 (60.16% from 255 or 39.53% from 387); Max value from RGB is 162 - color contains mainly: red. Hex color #A24899 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A24899 is #5DB766. Grayscale: #6B6B6B. Windows color (decimal): -6141799 or 10045602. OLE color: 10045602.

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

Color convert

RGB16272153-
CMYK00.560.060.36
HSL306º38.46%45.88%-
HSV(B)306º55.56%63.53%-
XYZ22.9714.6231.75-
YUV108.14153.32166.41-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.86%
GREEN value IS 72 (28.52% from 255) = 18.60%
BLUE value IS 153 (60.16% from 255) = 39.53%
R=41.86%
G=18.60%
B=39.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.06
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1627215300.560.060.3630638.4645.88
HexA24899038624132262e
Octal2421102310706444624656
Binary101000101001000100110010111000110100100100110010100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24899; }

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

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

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

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

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

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

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

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