Html Css Color HEX #A24EE9 Amethyst

📋 copy color: '#A24EE9'

red 162 ◦ green 78 ◦ blue 233

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

Shades of Amethyst #A24EE9

Tints of Amethyst #A24EE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 49.26%

R = 34.25%
G = 16.49%
B = 49.26%

CMYK

 C value IS 0.30

 M value IS 0.67

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A24EE9 (or 0xA24EE9) is known color: Amethyst. HEX triplet: A2, 4E and E9. RGB value is (162,78,233). Sum of RGB (Red+Green+Blue) = 162+78+233=473 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.25% from 473); Green value is 78 (30.86% from 255 or 16.49% from 473); Blue value is 233 (91.41% from 255 or 49.26% from 473); Max value from RGB is 233 - color contains mainly: blue. Hex color #A24EE9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A24EE9 is #5DB116. Grayscale: #787878. Windows color (decimal): -6140183 or 15290018. OLE color: 15290018.

HSL color Cylindrical-coordinate representation of color #A24EE9: hue angle of 272.52º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A24EE9 is Cyan = 0.30, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 162 78 233 -
CMYK 0.30 0.67 0 0.09
HSL 272.52º 0.78% 0.61% -
HSV(B) 272.52º 0.67% 0.91% -
XYZ 32.33 19.01 79.06 -
YUV 120.79 191.33 157.4 -
System Red Green Blue C M Y K H S L
Decimal 162 78 233 0.30 0.67 0 0.09 272.52 0.78 0.61
Hex A2 4E E9 1E 43 0 9 111 4E 3D
Octal 242 116 351 36 103 0 11 421 116 75
Binary 10100010 1001110 11101001 11110 1000011 0 1001 100010001 1001110 111101

Color Harmonies of #A24EE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24EE9

Black with #A24EE9

Text Example


Text Example

White with #A24EE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24EE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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