Html Css Color HEX #A072CD Amethyst

📋 copy color: '#A072CD'

red 160 ◦ green 114 ◦ blue 205

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

Shades of Amethyst #A072CD

Tints of Amethyst #A072CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 42.8%

R = 33.4%
G = 23.8%
B = 42.8%

CMYK

 C value IS 0.22

 M value IS 0.44

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A072CD (or 0xA072CD) is known color: Amethyst. HEX triplet: A0, 72 and CD. RGB value is (160,114,205). Sum of RGB (Red+Green+Blue) = 160+114+205=479 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.40% from 479); Green value is 114 (44.92% from 255 or 23.80% from 479); Blue value is 205 (80.47% from 255 or 42.80% from 479); Max value from RGB is 205 - color contains mainly: blue. Hex color #A072CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A072CD is #5F8D32. Grayscale: #898989. Windows color (decimal): -6262067 or 13464224. OLE color: 13464224.

HSL color Cylindrical-coordinate representation of color #A072CD: hue angle of 270.33º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A072CD is Cyan = 0.22, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 160 114 205 -
CMYK 0.22 0.44 0 0.20
HSL 270.33º 0.48% 0.63% -
HSV(B) 270.33º 0.44% 0.8% -
XYZ 31.53 23.92 60.71 -
YUV 138.13 165.74 143.6 -
System Red Green Blue C M Y K H S L
Decimal 160 114 205 0.22 0.44 0 0.20 270.33 0.48 0.63
Hex A0 72 CD 16 2C 0 14 10E 30 3F
Octal 240 162 315 26 54 0 24 416 60 77
Binary 10100000 1110010 11001101 10110 101100 0 10100 100001110 110000 111111

Color Harmonies of #A072CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A072CD

Black with #A072CD

Text Example


Text Example

White with #A072CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A072CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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