Html Css Color HEX #A04CDD Amethyst

📋 copy color: '#A04CDD'

red 160 ◦ green 76 ◦ blue 221

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

Shades of Amethyst #A04CDD

Tints of Amethyst #A04CDD

RGB

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

 GREEN value IS 76 (30.08% from 255) = 16.63%

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

R = 35.01%
G = 16.63%
B = 48.36%

CMYK

 C value IS 0.28

 M value IS 0.66

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A04CDD (or 0xA04CDD) is known color: Amethyst. HEX triplet: A0, 4C and DD. RGB value is (160,76,221). Sum of RGB (Red+Green+Blue) = 160+76+221=457 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.01% from 457); Green value is 76 (30.08% from 255 or 16.63% from 457); Blue value is 221 (86.72% from 255 or 48.36% from 457); Max value from RGB is 221 - color contains mainly: blue. Hex color #A04CDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A04CDD is #5FB322. Grayscale: #757575. Windows color (decimal): -6271779 or 14503072. OLE color: 14503072.

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

Color convert

RGB 160 76 221 -
CMYK 0.28 0.66 0 0.13
HSL 274.76º 0.68% 0.58% -
HSV(B) 274.76º 0.66% 0.87% -
XYZ 30.13 17.86 70.27 -
YUV 117.65 186.33 158.21 -
System Red Green Blue C M Y K H S L
Decimal 160 76 221 0.28 0.66 0 0.13 274.76 0.68 0.58
Hex A0 4C DD 1C 42 0 D 113 44 3A
Octal 240 114 335 34 102 0 15 423 104 72
Binary 10100000 1001100 11011101 11100 1000010 0 1101 100010011 1000100 111010

Color Harmonies of #A04CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04CDD

Black with #A04CDD

Text Example


Text Example

White with #A04CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04CDD; }

 p { color: rgb(160,76,221); }

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

background-color css

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

 a { background-color: rgb(160,76,221); }

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

border-color css

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

 span { border-color: rgb(160,76,221); }

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