Html Css Color HEX #A04DDF Amethyst

📋 copy color: '#A04DDF'

red 160 ◦ green 77 ◦ blue 223

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

Shades of Amethyst #A04DDF

Tints of Amethyst #A04DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 48.48%

R = 34.78%
G = 16.74%
B = 48.48%

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

#A04DDF (or 0xA04DDF) is known color: Amethyst. HEX triplet: A0, 4D and DF. RGB value is (160,77,223). Sum of RGB (Red+Green+Blue) = 160+77+223=460 (60% of max value = 765). Red value is 160 (62.89% from 255 or 34.78% from 460); Green value is 77 (30.47% from 255 or 16.74% from 460); Blue value is 223 (87.5% from 255 or 48.48% from 460); Max value from RGB is 223 - color contains mainly: blue. Hex color #A04DDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A04DDF is #5FB220. Grayscale: #757575. Windows color (decimal): -6271521 or 14634400. OLE color: 14634400.

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

Color convert

RGB 160 77 223 -
CMYK 0.28 0.65 0 0.13
HSL 274.11º 0.7% 0.59% -
HSV(B) 274.11º 0.65% 0.87% -
XYZ 30.47 18.11 71.7 -
YUV 118.46 187 157.63 -
System Red Green Blue C M Y K H S L
Decimal 160 77 223 0.28 0.65 0 0.13 274.11 0.7 0.59
Hex A0 4D DF 1C 41 0 D 112 46 3B
Octal 240 115 337 34 101 0 15 422 106 73
Binary 10100000 1001101 11011111 11100 1000001 0 1101 100010010 1000110 111011

Color Harmonies of #A04DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04DDF

Black with #A04DDF

Text Example


Text Example

White with #A04DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04DDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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