Html Css Color HEX #A04FDD Amethyst

📋 copy color: '#A04FDD'

red 160 ◦ green 79 ◦ blue 221

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

Shades of Amethyst #A04FDD

Tints of Amethyst #A04FDD

RGB

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

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

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

R = 34.78%
G = 17.17%
B = 48.04%

CMYK

 C value IS 0.28

 M value IS 0.64

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A04FDD (or 0xA04FDD) is known color: Amethyst. HEX triplet: A0, 4F and DD. RGB value is (160,79,221). Sum of RGB (Red+Green+Blue) = 160+79+221=460 (60% of max value = 765). Red value is 160 (62.89% from 255 or 34.78% from 460); Green value is 79 (31.25% from 255 or 17.17% from 460); Blue value is 221 (86.72% from 255 or 48.04% from 460); Max value from RGB is 221 - color contains mainly: blue. Hex color #A04FDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A04FDD is #5FB022. Grayscale: #767676. Windows color (decimal): -6271011 or 14503840. OLE color: 14503840.

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

Color convert

RGB 160 79 221 -
CMYK 0.28 0.64 0 0.13
HSL 274.23º 0.68% 0.59% -
HSV(B) 274.23º 0.64% 0.87% -
XYZ 30.34 18.29 70.34 -
YUV 119.41 185.34 156.95 -
System Red Green Blue C M Y K H S L
Decimal 160 79 221 0.28 0.64 0 0.13 274.23 0.68 0.59
Hex A0 4F DD 1C 40 0 D 112 44 3B
Octal 240 117 335 34 100 0 15 422 104 73
Binary 10100000 1001111 11011101 11100 1000000 0 1101 100010010 1000100 111011

Color Harmonies of #A04FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04FDD

Black with #A04FDD

Text Example


Text Example

White with #A04FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04FDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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