Html Css Color HEX #A04DDE Amethyst

📋 copy color: '#A04DDE'

red 160 ◦ green 77 ◦ blue 222

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

Shades of Amethyst #A04DDE

Tints of Amethyst #A04DDE

RGB

 RED value IS 160 (62.89% from 255) = 34.86%

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

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

R = 34.86%
G = 16.78%
B = 48.37%

CMYK

 C value IS 0.28

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A04DDE (or 0xA04DDE) is known color: Amethyst. HEX triplet: A0, 4D and DE. RGB value is (160,77,222). Sum of RGB (Red+Green+Blue) = 160+77+222=459 (60% of max value = 765). Red value is 160 (62.89% from 255 or 34.86% from 459); Green value is 77 (30.47% from 255 or 16.78% from 459); Blue value is 222 (87.11% from 255 or 48.37% from 459); Max value from RGB is 222 - color contains mainly: blue. Hex color #A04DDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A04DDE is #5FB221. Grayscale: #757575. Windows color (decimal): -6271522 or 14568864. OLE color: 14568864.

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

Color convert

RGB 160 77 222 -
CMYK 0.28 0.65 0 0.13
HSL 274.34º 0.69% 0.59% -
HSV(B) 274.34º 0.65% 0.87% -
XYZ 30.34 18.06 70.99 -
YUV 118.35 186.5 157.71 -
System Red Green Blue C M Y K H S L
Decimal 160 77 222 0.28 0.65 0 0.13 274.34 0.69 0.59
Hex A0 4D DE 1C 41 0 D 112 45 3B
Octal 240 115 336 34 101 0 15 422 105 73
Binary 10100000 1001101 11011110 11100 1000001 0 1101 100010010 1000101 111011

Color Harmonies of #A04DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04DDE

Black with #A04DDE

Text Example


Text Example

White with #A04DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04DDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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