Html Css Color HEX #A04FDB Amethyst

📋 copy color: '#A04FDB'

red 160 ◦ green 79 ◦ blue 219

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

Shades of Amethyst #A04FDB

Tints of Amethyst #A04FDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 47.82%

R = 34.93%
G = 17.25%
B = 47.82%

CMYK

 C value IS 0.27

 M value IS 0.64

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A04FDB (or 0xA04FDB) is known color: Amethyst. HEX triplet: A0, 4F and DB. RGB value is (160,79,219). Sum of RGB (Red+Green+Blue) = 160+79+219=458 (60% of max value = 765). Red value is 160 (62.89% from 255 or 34.93% from 458); Green value is 79 (31.25% from 255 or 17.25% from 458); Blue value is 219 (85.94% from 255 or 47.82% from 458); Max value from RGB is 219 - color contains mainly: blue. Hex color #A04FDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A04FDB is #5FB024. Grayscale: #767676. Windows color (decimal): -6271013 or 14372768. OLE color: 14372768.

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

Color convert

RGB 160 79 219 -
CMYK 0.27 0.64 0 0.14
HSL 274.71º 0.66% 0.58% -
HSV(B) 274.71º 0.64% 0.86% -
XYZ 30.08 18.18 68.94 -
YUV 119.18 184.34 157.12 -
System Red Green Blue C M Y K H S L
Decimal 160 79 219 0.27 0.64 0 0.14 274.71 0.66 0.58
Hex A0 4F DB 1B 40 0 E 113 42 3A
Octal 240 117 333 33 100 0 16 423 102 72
Binary 10100000 1001111 11011011 11011 1000000 0 1110 100010011 1000010 111010

Color Harmonies of #A04FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04FDB

Black with #A04FDB

Text Example


Text Example

White with #A04FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04FDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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