Html Css Color HEX #A072D1 Amethyst

📋 copy color: '#A072D1'

red 160 ◦ green 114 ◦ blue 209

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

Shades of Amethyst #A072D1

Tints of Amethyst #A072D1

RGB

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

 GREEN value IS 114 (44.92% from 255) = 23.6%

 BLUE value IS 209 (82.03% from 255) = 43.27%

R = 33.13%
G = 23.6%
B = 43.27%

CMYK

 C value IS 0.23

 M value IS 0.45

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A072D1 (or 0xA072D1) is known color: Amethyst. HEX triplet: A0, 72 and D1. RGB value is (160,114,209). Sum of RGB (Red+Green+Blue) = 160+114+209=483 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.13% from 483); Green value is 114 (44.92% from 255 or 23.60% from 483); Blue value is 209 (82.03% from 255 or 43.27% from 483); Max value from RGB is 209 - color contains mainly: blue. Hex color #A072D1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A072D1 is #5F8D2E. Grayscale: #8A8A8A. Windows color (decimal): -6262063 or 13726368. OLE color: 13726368.

HSL color Cylindrical-coordinate representation of color #A072D1: hue angle of 269.05º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A072D1 is Cyan = 0.23, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 160 114 209 -
CMYK 0.23 0.45 0 0.18
HSL 269.05º 0.51% 0.63% -
HSV(B) 269.05º 0.45% 0.82% -
XYZ 32.02 24.11 63.29 -
YUV 138.58 167.74 143.28 -
System Red Green Blue C M Y K H S L
Decimal 160 114 209 0.23 0.45 0 0.18 269.05 0.51 0.63
Hex A0 72 D1 17 2D 0 12 10D 33 3F
Octal 240 162 321 27 55 0 22 415 63 77
Binary 10100000 1110010 11010001 10111 101101 0 10010 100001101 110011 111111

Color Harmonies of #A072D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A072D1

Black with #A072D1

Text Example


Text Example

White with #A072D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A072D1; }

 p { color: rgb(160,114,209); }

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

background-color css

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

 a { background-color: rgb(160,114,209); }

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

border-color css

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

 span { border-color: rgb(160,114,209); }

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