#A24D94

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

Shades of Violet Blue #A24D94

Tints of Violet Blue #A24D94

Color information

#A24D94 (or 0xA24D94) is unknown color: approx Violet Blue. HEX triplet: A2, 4D and 94. RGB value is (162,77,148). Sum of RGB (Red+Green+Blue) = 162+77+148=387 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.86% from 387); Green value is 77 (30.47% from 255 or 19.90% from 387); Blue value is 148 (58.20% from 255 or 38.24% from 387); Max value from RGB is 162 - color contains mainly: red. Hex color #A24D94 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A24D94 is #5DB26B. Grayscale: #6E6E6E. Windows color (decimal): -6140524 or 9719202. OLE color: 9719202.

HSL color Cylindrical-coordinate representation of color #A24D94: hue angle of 309.88º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A24D94 is Cyan = 0, Magento = 0.52, Yellow = 0.09 and Black (K on CMYK) = 0.36.

Color convert

RGB16277148-
CMYK00.520.090.36
HSL309.88º35.56%46.86%-
HSV(B)309.88º52.47%63.53%-
XYZ22.915.1329.73-
YUV110.51149.16164.73-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.86%
GREEN value IS 77 (30.47% from 255) = 19.90%
BLUE value IS 148 (58.20% from 255) = 38.24%
R=41.86%
G=19.90%
B=38.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.09
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1627714800.520.090.36309.8835.5646.86
HexA24D94034924136242f
Octal24211522406411444664457
Binary1010001010011011001010001101001001100100100110110100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24D94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24D94; }

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

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

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

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

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

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

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

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