Html Css Color HEX #A24FDD Amethyst

📋 copy color: '#A24FDD'

red 162 ◦ green 79 ◦ blue 221

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

Shades of Amethyst #A24FDD

Tints of Amethyst #A24FDD

RGB

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

 GREEN value IS 79 (31.25% from 255) = 17.1%

 BLUE value IS 221 (86.72% from 255) = 47.84%

R = 35.06%
G = 17.1%
B = 47.84%

CMYK

 C value IS 0.27

 M value IS 0.64

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A24FDD (or 0xA24FDD) is known color: Amethyst. HEX triplet: A2, 4F and DD. RGB value is (162,79,221). Sum of RGB (Red+Green+Blue) = 162+79+221=462 (61% of max value = 765). Red value is 162 (63.67% from 255 or 35.06% from 462); Green value is 79 (31.25% from 255 or 17.10% from 462); Blue value is 221 (86.72% from 255 or 47.84% from 462); Max value from RGB is 221 - color contains mainly: blue. Hex color #A24FDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A24FDD is #5DB022. Grayscale: #777777. Windows color (decimal): -6139939 or 14503842. OLE color: 14503842.

HSL color Cylindrical-coordinate representation of color #A24FDD: hue angle of 275.07º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A24FDD is Cyan = 0.27, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 162 79 221 -
CMYK 0.27 0.64 0 0.13
HSL 275.07º 0.68% 0.59% -
HSV(B) 275.07º 0.64% 0.87% -
XYZ 30.75 18.49 70.36 -
YUV 120.01 185 157.95 -
System Red Green Blue C M Y K H S L
Decimal 162 79 221 0.27 0.64 0 0.13 275.07 0.68 0.59
Hex A2 4F DD 1B 40 0 D 113 44 3B
Octal 242 117 335 33 100 0 15 423 104 73
Binary 10100010 1001111 11011101 11011 1000000 0 1101 100010011 1000100 111011

Color Harmonies of #A24FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24FDD

Black with #A24FDD

Text Example


Text Example

White with #A24FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24FDD; }

 p { color: rgb(162,79,221); }

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

background-color css

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

 a { background-color: rgb(162,79,221); }

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

border-color css

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

 span { border-color: rgb(162,79,221); }

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