Html Css Color HEX #A24DED Amethyst

📋 copy color: '#A24DED'

red 162 ◦ green 77 ◦ blue 237

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

Shades of Amethyst #A24DED

Tints of Amethyst #A24DED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 49.79%

R = 34.03%
G = 16.18%
B = 49.79%

CMYK

 C value IS 0.32

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A24DED (or 0xA24DED) is known color: Amethyst. HEX triplet: A2, 4D and ED. RGB value is (162,77,237). Sum of RGB (Red+Green+Blue) = 162+77+237=476 (63% of max value = 765). Red value is 162 (63.67% from 255 or 34.03% from 476); Green value is 77 (30.47% from 255 or 16.18% from 476); Blue value is 237 (92.97% from 255 or 49.79% from 476); Max value from RGB is 237 - color contains mainly: blue. Hex color #A24DED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A24DED is #5DB212. Grayscale: #787878. Windows color (decimal): -6140435 or 15551906. OLE color: 15551906.

HSL color Cylindrical-coordinate representation of color #A24DED: hue angle of 271.88º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A24DED is Cyan = 0.32, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 162 77 237 -
CMYK 0.32 0.68 0 0.07
HSL 271.88º 0.82% 0.62% -
HSV(B) 271.88º 0.68% 0.93% -
XYZ 32.84 19.1 82.08 -
YUV 120.66 193.66 157.49 -
System Red Green Blue C M Y K H S L
Decimal 162 77 237 0.32 0.68 0 0.07 271.88 0.82 0.62
Hex A2 4D ED 20 44 0 7 110 52 3E
Octal 242 115 355 40 104 0 7 420 122 76
Binary 10100010 1001101 11101101 100000 1000100 0 111 100010000 1010010 111110

Color Harmonies of #A24DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24DED

Black with #A24DED

Text Example


Text Example

White with #A24DED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24DED; }

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

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

background-color css

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

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

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

border-color css

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

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

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