Html Css Color HEX #A24EDF Amethyst

📋 copy color: '#A24EDF'

red 162 ◦ green 78 ◦ blue 223

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

Shades of Amethyst #A24EDF

Tints of Amethyst #A24EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 48.16%

R = 34.99%
G = 16.85%
B = 48.16%

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

#A24EDF (or 0xA24EDF) is known color: Amethyst. HEX triplet: A2, 4E and DF. RGB value is (162,78,223). Sum of RGB (Red+Green+Blue) = 162+78+223=463 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.99% from 463); Green value is 78 (30.86% from 255 or 16.85% from 463); Blue value is 223 (87.5% from 255 or 48.16% from 463); Max value from RGB is 223 - color contains mainly: blue. Hex color #A24EDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A24EDF is #5DB120. Grayscale: #777777. Windows color (decimal): -6140193 or 14634658. OLE color: 14634658.

HSL color Cylindrical-coordinate representation of color #A24EDF: hue angle of 274.76º 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 #A24EDF is Cyan = 0.27, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 162 78 223 -
CMYK 0.27 0.65 0 0.13
HSL 274.76º 0.69% 0.59% -
HSV(B) 274.76º 0.65% 0.87% -
XYZ 30.94 18.46 71.74 -
YUV 119.65 186.33 158.21 -
System Red Green Blue C M Y K H S L
Decimal 162 78 223 0.27 0.65 0 0.13 274.76 0.69 0.59
Hex A2 4E DF 1B 41 0 D 113 45 3B
Octal 242 116 337 33 101 0 15 423 105 73
Binary 10100010 1001110 11011111 11011 1000001 0 1101 100010011 1000101 111011

Color Harmonies of #A24EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24EDF

Black with #A24EDF

Text Example


Text Example

White with #A24EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24EDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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