Html Css Color HEX #A24DDE Amethyst

📋 copy color: '#A24DDE'

red 162 ◦ green 77 ◦ blue 222

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

Shades of Amethyst #A24DDE

Tints of Amethyst #A24DDE

RGB

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

 GREEN value IS 77 (30.47% from 255) = 16.7%

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

R = 35.14%
G = 16.7%
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

#A24DDE (or 0xA24DDE) is known color: Amethyst. HEX triplet: A2, 4D and DE. RGB value is (162,77,222). Sum of RGB (Red+Green+Blue) = 162+77+222=461 (61% of max value = 765). Red value is 162 (63.67% from 255 or 35.14% from 461); Green value is 77 (30.47% from 255 or 16.70% from 461); Blue value is 222 (87.11% from 255 or 48.16% from 461); Max value from RGB is 222 - color contains mainly: blue. Hex color #A24DDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A24DDE is #5DB221. Grayscale: #767676. Windows color (decimal): -6140450 or 14568866. OLE color: 14568866.

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

Color convert

RGB 162 77 222 -
CMYK 0.27 0.65 0 0.13
HSL 275.17º 0.69% 0.59% -
HSV(B) 275.17º 0.65% 0.87% -
XYZ 30.74 18.26 71.01 -
YUV 118.95 186.16 158.71 -
System Red Green Blue C M Y K H S L
Decimal 162 77 222 0.27 0.65 0 0.13 275.17 0.69 0.59
Hex A2 4D DE 1B 41 0 D 113 45 3B
Octal 242 115 336 33 101 0 15 423 105 73
Binary 10100010 1001101 11011110 11011 1000001 0 1101 100010011 1000101 111011

Color Harmonies of #A24DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24DDE

Black with #A24DDE

Text Example


Text Example

White with #A24DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24DDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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