Html Css Color HEX #A04DD6 Amethyst

📋 copy color: '#A04DD6'

red 160 ◦ green 77 ◦ blue 214

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

Shades of Amethyst #A04DD6

Tints of Amethyst #A04DD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 47.45%

R = 35.48%
G = 17.07%
B = 47.45%

CMYK

 C value IS 0.25

 M value IS 0.64

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A04DD6 (or 0xA04DD6) is known color: Amethyst. HEX triplet: A0, 4D and D6. RGB value is (160,77,214). Sum of RGB (Red+Green+Blue) = 160+77+214=451 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.48% from 451); Green value is 77 (30.47% from 255 or 17.07% from 451); Blue value is 214 (83.98% from 255 or 47.45% from 451); Max value from RGB is 214 - color contains mainly: blue. Hex color #A04DD6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A04DD6 is #5FB229. Grayscale: #747474. Windows color (decimal): -6271530 or 14044576. OLE color: 14044576.

HSL color Cylindrical-coordinate representation of color #A04DD6: hue angle of 276.35º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A04DD6 is Cyan = 0.25, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 160 77 214 -
CMYK 0.25 0.64 0 0.16
HSL 276.35º 0.63% 0.57% -
HSV(B) 276.35º 0.64% 0.84% -
XYZ 29.29 17.64 65.48 -
YUV 117.44 182.5 158.36 -
System Red Green Blue C M Y K H S L
Decimal 160 77 214 0.25 0.64 0 0.16 276.35 0.63 0.57
Hex A0 4D D6 19 40 0 10 114 3F 39
Octal 240 115 326 31 100 0 20 424 77 71
Binary 10100000 1001101 11010110 11001 1000000 0 10000 100010100 111111 111001

Color Harmonies of #A04DD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04DD6

Black with #A04DD6

Text Example


Text Example

White with #A04DD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04DD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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