Html Css Color HEX #A971CF Amethyst

📋 copy color: '#A971CF'

red 169 ◦ green 113 ◦ blue 207

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

Shades of Amethyst #A971CF

Tints of Amethyst #A971CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 42.33%

R = 34.56%
G = 23.11%
B = 42.33%

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

#A971CF (or 0xA971CF) is known color: Amethyst. HEX triplet: A9, 71 and CF. RGB value is (169,113,207). Sum of RGB (Red+Green+Blue) = 169+113+207=489 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.56% from 489); Green value is 113 (44.53% from 255 or 23.11% from 489); Blue value is 207 (81.25% from 255 or 42.33% from 489); Max value from RGB is 207 - color contains mainly: blue. Hex color #A971CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A971CF is #568E30. Grayscale: #8C8C8C. Windows color (decimal): -5672497 or 13595049. OLE color: 13595049.

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

Color convert

RGB 169 113 207 -
CMYK 0.18 0.45 0 0.19
HSL 275.74º 0.49% 0.63% -
HSV(B) 275.74º 0.45% 0.81% -
XYZ 33.53 24.75 62.04 -
YUV 140.46 165.55 148.36 -
System Red Green Blue C M Y K H S L
Decimal 169 113 207 0.18 0.45 0 0.19 275.74 0.49 0.63
Hex A9 71 CF 12 2D 0 13 114 31 3F
Octal 251 161 317 22 55 0 23 424 61 77
Binary 10101001 1110001 11001111 10010 101101 0 10011 100010100 110001 111111

Color Harmonies of #A971CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A971CF

Black with #A971CF

Text Example


Text Example

White with #A971CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A971CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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