Html Css Color HEX #A971CA Amethyst

📋 copy color: '#A971CA'

red 169 ◦ green 113 ◦ blue 202

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

Shades of Amethyst #A971CA

Tints of Amethyst #A971CA

RGB

 RED value IS 169 (66.41% from 255) = 34.92%

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

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

R = 34.92%
G = 23.35%
B = 41.74%

CMYK

 C value IS 0.16

 M value IS 0.44

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A971CA (or 0xA971CA) is known color: Amethyst. HEX triplet: A9, 71 and CA. RGB value is (169,113,202). Sum of RGB (Red+Green+Blue) = 169+113+202=484 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.92% from 484); Green value is 113 (44.53% from 255 or 23.35% from 484); Blue value is 202 (79.30% from 255 or 41.74% from 484); Max value from RGB is 202 - color contains mainly: blue. Hex color #A971CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A971CA is #568E35. Grayscale: #8B8B8B. Windows color (decimal): -5672502 or 13267369. OLE color: 13267369.

HSL color Cylindrical-coordinate representation of color #A971CA: hue angle of 277.75º 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 #A971CA is Cyan = 0.16, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 169 113 202 -
CMYK 0.16 0.44 0 0.21
HSL 277.75º 0.46% 0.62% -
HSV(B) 277.75º 0.44% 0.79% -
XYZ 32.93 24.51 58.87 -
YUV 139.89 163.05 148.76 -
System Red Green Blue C M Y K H S L
Decimal 169 113 202 0.16 0.44 0 0.21 277.75 0.46 0.62
Hex A9 71 CA 10 2C 0 15 116 2E 3E
Octal 251 161 312 20 54 0 25 426 56 76
Binary 10101001 1110001 11001010 10000 101100 0 10101 100010110 101110 111110

Color Harmonies of #A971CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A971CA

Black with #A971CA

Text Example


Text Example

White with #A971CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A971CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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