Html Css Color HEX #A04FDF Amethyst

📋 copy color: '#A04FDF'

red 160 ◦ green 79 ◦ blue 223

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

Shades of Amethyst #A04FDF

Tints of Amethyst #A04FDF

RGB

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

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

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

R = 34.63%
G = 17.1%
B = 48.27%

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

#A04FDF (or 0xA04FDF) is known color: Amethyst. HEX triplet: A0, 4F and DF. RGB value is (160,79,223). Sum of RGB (Red+Green+Blue) = 160+79+223=462 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.63% from 462); Green value is 79 (31.25% from 255 or 17.10% from 462); Blue value is 223 (87.5% from 255 or 48.27% from 462); Max value from RGB is 223 - color contains mainly: blue. Hex color #A04FDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A04FDF is #5FB020. Grayscale: #777777. Windows color (decimal): -6271009 or 14634912. OLE color: 14634912.

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

Color convert

RGB 160 79 223 -
CMYK 0.28 0.65 0 0.13
HSL 273.75º 0.69% 0.59% -
HSV(B) 273.75º 0.65% 0.87% -
XYZ 30.61 18.39 71.75 -
YUV 119.64 186.34 156.79 -
System Red Green Blue C M Y K H S L
Decimal 160 79 223 0.28 0.65 0 0.13 273.75 0.69 0.59
Hex A0 4F DF 1C 41 0 D 112 45 3B
Octal 240 117 337 34 101 0 15 422 105 73
Binary 10100000 1001111 11011111 11100 1000001 0 1101 100010010 1000101 111011

Color Harmonies of #A04FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04FDF

Black with #A04FDF

Text Example


Text Example

White with #A04FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04FDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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