Html Css Color HEX #A24DDF Amethyst

📋 copy color: '#A24DDF'

red 162 ◦ green 77 ◦ blue 223

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

Shades of Amethyst #A24DDF

Tints of Amethyst #A24DDF

RGB

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

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

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

R = 35.06%
G = 16.67%
B = 48.27%

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

#A24DDF (or 0xA24DDF) is known color: Amethyst. HEX triplet: A2, 4D and DF. RGB value is (162,77,223). Sum of RGB (Red+Green+Blue) = 162+77+223=462 (61% of max value = 765). Red value is 162 (63.67% from 255 or 35.06% from 462); Green value is 77 (30.47% from 255 or 16.67% from 462); Blue value is 223 (87.5% from 255 or 48.27% from 462); Max value from RGB is 223 - color contains mainly: blue. Hex color #A24DDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A24DDF is #5DB220. Grayscale: #767676. Windows color (decimal): -6140449 or 14634402. OLE color: 14634402.

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

Color convert

RGB 162 77 223 -
CMYK 0.27 0.65 0 0.13
HSL 274.93º 0.7% 0.59% -
HSV(B) 274.93º 0.65% 0.87% -
XYZ 30.87 18.32 71.72 -
YUV 119.06 186.66 158.63 -
System Red Green Blue C M Y K H S L
Decimal 162 77 223 0.27 0.65 0 0.13 274.93 0.7 0.59
Hex A2 4D DF 1B 41 0 D 113 46 3B
Octal 242 115 337 33 101 0 15 423 106 73
Binary 10100010 1001101 11011111 11011 1000001 0 1101 100010011 1000110 111011

Color Harmonies of #A24DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24DDF

Black with #A24DDF

Text Example


Text Example

White with #A24DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24DDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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