Html Css Color HEX #A051DF Amethyst

📋 copy color: '#A051DF'

red 160 ◦ green 81 ◦ blue 223

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

Shades of Amethyst #A051DF

Tints of Amethyst #A051DF

RGB

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

 GREEN value IS 81 (32.03% from 255) = 17.46%

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

R = 34.48%
G = 17.46%
B = 48.06%

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

#A051DF (or 0xA051DF) is known color: Amethyst. HEX triplet: A0, 51 and DF. RGB value is (160,81,223). Sum of RGB (Red+Green+Blue) = 160+81+223=464 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.48% from 464); Green value is 81 (32.03% from 255 or 17.46% from 464); Blue value is 223 (87.5% from 255 or 48.06% from 464); Max value from RGB is 223 - color contains mainly: blue. Hex color #A051DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A051DF is #5FAE20. Grayscale: #787878. Windows color (decimal): -6270497 or 14635424. OLE color: 14635424.

HSL color Cylindrical-coordinate representation of color #A051DF: hue angle of 273.38º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A051DF is Cyan = 0.28, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 160 81 223 -
CMYK 0.28 0.64 0 0.13
HSL 273.38º 0.69% 0.6% -
HSV(B) 273.38º 0.64% 0.87% -
XYZ 30.76 18.69 71.8 -
YUV 120.81 185.67 155.95 -
System Red Green Blue C M Y K H S L
Decimal 160 81 223 0.28 0.64 0 0.13 273.38 0.69 0.6
Hex A0 51 DF 1C 40 0 D 111 45 3C
Octal 240 121 337 34 100 0 15 421 105 74
Binary 10100000 1010001 11011111 11100 1000000 0 1101 100010001 1000101 111100

Color Harmonies of #A051DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A051DF

Black with #A051DF

Text Example


Text Example

White with #A051DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A051DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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