Html Css Color HEX #A24DDC Amethyst

📋 copy color: '#A24DDC'

red 162 ◦ green 77 ◦ blue 220

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

Shades of Amethyst #A24DDC

Tints of Amethyst #A24DDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 47.93%

R = 35.29%
G = 16.78%
B = 47.93%

CMYK

 C value IS 0.26

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A24DDC (or 0xA24DDC) is known color: Amethyst. HEX triplet: A2, 4D and DC. RGB value is (162,77,220). Sum of RGB (Red+Green+Blue) = 162+77+220=459 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.29% from 459); Green value is 77 (30.47% from 255 or 16.78% from 459); Blue value is 220 (86.33% from 255 or 47.93% from 459); Max value from RGB is 220 - color contains mainly: blue. Hex color #A24DDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A24DDC is #5DB223. Grayscale: #767676. Windows color (decimal): -6140452 or 14437794. OLE color: 14437794.

HSL color Cylindrical-coordinate representation of color #A24DDC: hue angle of 275.66º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A24DDC is Cyan = 0.26, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 162 77 220 -
CMYK 0.26 0.65 0 0.14
HSL 275.66º 0.67% 0.58% -
HSV(B) 275.66º 0.65% 0.86% -
XYZ 30.47 18.16 69.61 -
YUV 118.72 185.16 158.87 -
System Red Green Blue C M Y K H S L
Decimal 162 77 220 0.26 0.65 0 0.14 275.66 0.67 0.58
Hex A2 4D DC 1A 41 0 E 114 43 3A
Octal 242 115 334 32 101 0 16 424 103 72
Binary 10100010 1001101 11011100 11010 1000001 0 1110 100010100 1000011 111010

Color Harmonies of #A24DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24DDC

Black with #A24DDC

Text Example


Text Example

White with #A24DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24DDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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