Html Css Color HEX #A071CE Amethyst

📋 copy color: '#A071CE'

red 160 ◦ green 113 ◦ blue 206

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

Shades of Amethyst #A071CE

Tints of Amethyst #A071CE

RGB

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

 GREEN value IS 113 (44.53% from 255) = 23.59%

 BLUE value IS 206 (80.86% from 255) = 43.01%

R = 33.4%
G = 23.59%
B = 43.01%

CMYK

 C value IS 0.22

 M value IS 0.45

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A071CE (or 0xA071CE) is known color: Amethyst. HEX triplet: A0, 71 and CE. RGB value is (160,113,206). Sum of RGB (Red+Green+Blue) = 160+113+206=479 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.40% from 479); Green value is 113 (44.53% from 255 or 23.59% from 479); Blue value is 206 (80.86% from 255 or 43.01% from 479); Max value from RGB is 206 - color contains mainly: blue. Hex color #A071CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A071CE is #5F8E31. Grayscale: #898989. Windows color (decimal): -6262322 or 13529504. OLE color: 13529504.

HSL color Cylindrical-coordinate representation of color #A071CE: hue angle of 270.32º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A071CE is Cyan = 0.22, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 160 113 206 -
CMYK 0.22 0.45 0 0.19
HSL 270.32º 0.49% 0.63% -
HSV(B) 270.32º 0.45% 0.81% -
XYZ 31.54 23.74 61.31 -
YUV 137.66 166.57 143.94 -
System Red Green Blue C M Y K H S L
Decimal 160 113 206 0.22 0.45 0 0.19 270.32 0.49 0.63
Hex A0 71 CE 16 2D 0 13 10E 31 3F
Octal 240 161 316 26 55 0 23 416 61 77
Binary 10100000 1110001 11001110 10110 101101 0 10011 100001110 110001 111111

Color Harmonies of #A071CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A071CE

Black with #A071CE

Text Example


Text Example

White with #A071CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A071CE; }

 p { color: rgb(160,113,206); }

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

background-color css

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

 a { background-color: rgb(160,113,206); }

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

border-color css

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

 span { border-color: rgb(160,113,206); }

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