Html Css Color HEX #A071CD Amethyst

📋 copy color: '#A071CD'

red 160 ◦ green 113 ◦ blue 205

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

Shades of Amethyst #A071CD

Tints of Amethyst #A071CD

RGB

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

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

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

R = 33.47%
G = 23.64%
B = 42.89%

CMYK

 C value IS 0.22

 M value IS 0.45

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A071CD (or 0xA071CD) is known color: Amethyst. HEX triplet: A0, 71 and CD. RGB value is (160,113,205). Sum of RGB (Red+Green+Blue) = 160+113+205=478 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.47% from 478); Green value is 113 (44.53% from 255 or 23.64% from 478); Blue value is 205 (80.47% from 255 or 42.89% from 478); Max value from RGB is 205 - color contains mainly: blue. Hex color #A071CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A071CD is #5F8E32. Grayscale: #898989. Windows color (decimal): -6262323 or 13463968. OLE color: 13463968.

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

Color convert

RGB 160 113 205 -
CMYK 0.22 0.45 0 0.20
HSL 270.65º 0.48% 0.62% -
HSV(B) 270.65º 0.45% 0.8% -
XYZ 31.42 23.69 60.67 -
YUV 137.54 166.07 144.02 -
System Red Green Blue C M Y K H S L
Decimal 160 113 205 0.22 0.45 0 0.20 270.65 0.48 0.62
Hex A0 71 CD 16 2D 0 14 10F 30 3E
Octal 240 161 315 26 55 0 24 417 60 76
Binary 10100000 1110001 11001101 10110 101101 0 10100 100001111 110000 111110

Color Harmonies of #A071CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A071CD

Black with #A071CD

Text Example


Text Example

White with #A071CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A071CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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