Html Css Color HEX #A071CA Amethyst

📋 copy color: '#A071CA'

red 160 ◦ green 113 ◦ blue 202

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

Shades of Amethyst #A071CA

Tints of Amethyst #A071CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 42.53%

R = 33.68%
G = 23.79%
B = 42.53%

CMYK

 C value IS 0.21

 M value IS 0.44

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A071CA (or 0xA071CA) is known color: Amethyst. HEX triplet: A0, 71 and CA. RGB value is (160,113,202). Sum of RGB (Red+Green+Blue) = 160+113+202=475 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.68% from 475); Green value is 113 (44.53% from 255 or 23.79% from 475); Blue value is 202 (79.30% from 255 or 42.53% from 475); Max value from RGB is 202 - color contains mainly: blue. Hex color #A071CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A071CA is #5F8E35. Grayscale: #888888. Windows color (decimal): -6262326 or 13267360. OLE color: 13267360.

HSL color Cylindrical-coordinate representation of color #A071CA: hue angle of 271.69º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A071CA is Cyan = 0.21, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 160 113 202 -
CMYK 0.21 0.44 0 0.21
HSL 271.69º 0.46% 0.62% -
HSV(B) 271.69º 0.44% 0.79% -
XYZ 31.06 23.55 58.79 -
YUV 137.2 164.57 144.26 -
System Red Green Blue C M Y K H S L
Decimal 160 113 202 0.21 0.44 0 0.21 271.69 0.46 0.62
Hex A0 71 CA 15 2C 0 15 110 2E 3E
Octal 240 161 312 25 54 0 25 420 56 76
Binary 10100000 1110001 11001010 10101 101100 0 10101 100010000 101110 111110

Color Harmonies of #A071CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A071CA

Black with #A071CA

Text Example


Text Example

White with #A071CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A071CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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