Html Css Color HEX #A24EE0 Amethyst

📋 copy color: '#A24EE0'

red 162 ◦ green 78 ◦ blue 224

#A24EE0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Amethyst #A24EE0

Tints of Amethyst #A24EE0

RGB

 RED value IS 162 (63.67% from 255) = 34.91%

 GREEN value IS 78 (30.86% from 255) = 16.81%

 BLUE value IS 224 (87.89% from 255) = 48.28%

R = 34.91%
G = 16.81%
B = 48.28%

CMYK

 C value IS 0.28

 M value IS 0.65

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A24EE0 (or 0xA24EE0) is known color: Amethyst. HEX triplet: A2, 4E and E0. RGB value is (162,78,224). Sum of RGB (Red+Green+Blue) = 162+78+224=464 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.91% from 464); Green value is 78 (30.86% from 255 or 16.81% from 464); Blue value is 224 (87.89% from 255 or 48.28% from 464); Max value from RGB is 224 - color contains mainly: blue. Hex color #A24EE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A24EE0 is #5DB11F. Grayscale: #777777. Windows color (decimal): -6140192 or 14700194. OLE color: 14700194.

HSL color Cylindrical-coordinate representation of color #A24EE0: hue angle of 274.52º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A24EE0 is Cyan = 0.28, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 162 78 224 -
CMYK 0.28 0.65 0 0.12
HSL 274.52º 0.7% 0.59% -
HSV(B) 274.52º 0.65% 0.88% -
XYZ 31.08 18.51 72.46 -
YUV 119.76 186.83 158.13 -
System Red Green Blue C M Y K H S L
Decimal 162 78 224 0.28 0.65 0 0.12 274.52 0.7 0.59
Hex A2 4E E0 1C 41 0 C 113 46 3B
Octal 242 116 340 34 101 0 14 423 106 73
Binary 10100010 1001110 11100000 11100 1000001 0 1100 100010011 1000110 111011

Color Harmonies of #A24EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24EE0

Black with #A24EE0

Text Example


Text Example

White with #A24EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24EE0; }

 p { color: rgb(162,78,224); }

 H1.HeaderClassName
 {
   color: #A24EE0;
 }
 .AnyTagClassName
 {
   color: #A24EE0;
 }
</style>

background-color css

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

 a { background-color: rgb(162,78,224); }

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

border-color css

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

 span { border-color: rgb(162,78,224); }

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