Html Css Color HEX #A971CE Amethyst

📋 copy color: '#A971CE'

red 169 ◦ green 113 ◦ blue 206

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

Shades of Amethyst #A971CE

Tints of Amethyst #A971CE

RGB

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

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

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

R = 34.63%
G = 23.16%
B = 42.21%

CMYK

 C value IS 0.18

 M value IS 0.45

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A971CE (or 0xA971CE) is known color: Amethyst. HEX triplet: A9, 71 and CE. RGB value is (169,113,206). Sum of RGB (Red+Green+Blue) = 169+113+206=488 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.63% from 488); Green value is 113 (44.53% from 255 or 23.16% from 488); Blue value is 206 (80.86% from 255 or 42.21% from 488); Max value from RGB is 206 - color contains mainly: blue. Hex color #A971CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A971CE is #568E31. Grayscale: #8C8C8C. Windows color (decimal): -5672498 or 13529513. OLE color: 13529513.

HSL color Cylindrical-coordinate representation of color #A971CE: hue angle of 276.13º 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 #A971CE is Cyan = 0.18, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 169 113 206 -
CMYK 0.18 0.45 0 0.19
HSL 276.13º 0.49% 0.63% -
HSV(B) 276.13º 0.45% 0.81% -
XYZ 33.41 24.7 61.4 -
YUV 140.35 165.05 148.44 -
System Red Green Blue C M Y K H S L
Decimal 169 113 206 0.18 0.45 0 0.19 276.13 0.49 0.63
Hex A9 71 CE 12 2D 0 13 114 31 3F
Octal 251 161 316 22 55 0 23 424 61 77
Binary 10101001 1110001 11001110 10010 101101 0 10011 100010100 110001 111111

Color Harmonies of #A971CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A971CE

Black with #A971CE

Text Example


Text Example

White with #A971CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A971CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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