Html Css Color HEX #A04CDC Amethyst

📋 copy color: '#A04CDC'

red 160 ◦ green 76 ◦ blue 220

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

Shades of Amethyst #A04CDC

Tints of Amethyst #A04CDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 48.25%

R = 35.09%
G = 16.67%
B = 48.25%

CMYK

 C value IS 0.27

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A04CDC (or 0xA04CDC) is known color: Amethyst. HEX triplet: A0, 4C and DC. RGB value is (160,76,220). Sum of RGB (Red+Green+Blue) = 160+76+220=456 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.09% from 456); Green value is 76 (30.08% from 255 or 16.67% from 456); Blue value is 220 (86.33% from 255 or 48.25% from 456); Max value from RGB is 220 - color contains mainly: blue. Hex color #A04CDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A04CDC is #5FB323. Grayscale: #757575. Windows color (decimal): -6271780 or 14437536. OLE color: 14437536.

HSL color Cylindrical-coordinate representation of color #A04CDC: hue angle of 275º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A04CDC is Cyan = 0.27, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 160 76 220 -
CMYK 0.27 0.65 0 0.14
HSL 275º 0.67% 0.58% -
HSV(B) 275º 0.65% 0.86% -
XYZ 30 17.81 69.57 -
YUV 117.53 185.83 158.29 -
System Red Green Blue C M Y K H S L
Decimal 160 76 220 0.27 0.65 0 0.14 275 0.67 0.58
Hex A0 4C DC 1B 41 0 E 113 43 3A
Octal 240 114 334 33 101 0 16 423 103 72
Binary 10100000 1001100 11011100 11011 1000001 0 1110 100010011 1000011 111010

Color Harmonies of #A04CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04CDC

Black with #A04CDC

Text Example


Text Example

White with #A04CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04CDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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