Html Css Color HEX #A24EDE Amethyst

📋 copy color: '#A24EDE'

red 162 ◦ green 78 ◦ blue 222

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

Shades of Amethyst #A24EDE

Tints of Amethyst #A24EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 48.05%

R = 35.06%
G = 16.88%
B = 48.05%

CMYK

 C value IS 0.27

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A24EDE (or 0xA24EDE) is known color: Amethyst. HEX triplet: A2, 4E and DE. RGB value is (162,78,222). Sum of RGB (Red+Green+Blue) = 162+78+222=462 (61% of max value = 765). Red value is 162 (63.67% from 255 or 35.06% from 462); Green value is 78 (30.86% from 255 or 16.88% from 462); Blue value is 222 (87.11% from 255 or 48.05% from 462); Max value from RGB is 222 - color contains mainly: blue. Hex color #A24EDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A24EDE is #5DB121. Grayscale: #777777. Windows color (decimal): -6140194 or 14569122. OLE color: 14569122.

HSL color Cylindrical-coordinate representation of color #A24EDE: hue angle of 275º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A24EDE is Cyan = 0.27, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 162 78 222 -
CMYK 0.27 0.65 0 0.13
HSL 275º 0.69% 0.59% -
HSV(B) 275º 0.65% 0.87% -
XYZ 30.81 18.4 71.04 -
YUV 119.53 185.83 158.29 -
System Red Green Blue C M Y K H S L
Decimal 162 78 222 0.27 0.65 0 0.13 275 0.69 0.59
Hex A2 4E DE 1B 41 0 D 113 45 3B
Octal 242 116 336 33 101 0 15 423 105 73
Binary 10100010 1001110 11011110 11011 1000001 0 1101 100010011 1000101 111011

Color Harmonies of #A24EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24EDE

Black with #A24EDE

Text Example


Text Example

White with #A24EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24EDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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