Html Css Color HEX #AA71CF Amethyst

📋 copy color: '#AA71CF'

red 170 ◦ green 113 ◦ blue 207

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

Shades of Amethyst #AA71CF

Tints of Amethyst #AA71CF

RGB

 RED value IS 170 (66.8% from 255) = 34.69%

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

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

R = 34.69%
G = 23.06%
B = 42.24%

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

#AA71CF (or 0xAA71CF) is known color: Amethyst. HEX triplet: AA, 71 and CF. RGB value is (170,113,207). Sum of RGB (Red+Green+Blue) = 170+113+207=490 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.69% from 490); Green value is 113 (44.53% from 255 or 23.06% from 490); Blue value is 207 (81.25% from 255 or 42.24% from 490); Max value from RGB is 207 - color contains mainly: blue. Hex color #AA71CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA71CF is #558E30. Grayscale: #8C8C8C. Windows color (decimal): -5606961 or 13595050. OLE color: 13595050.

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

Color convert

RGB 170 113 207 -
CMYK 0.18 0.45 0 0.19
HSL 276.38º 0.49% 0.63% -
HSV(B) 276.38º 0.45% 0.81% -
XYZ 33.75 24.86 62.05 -
YUV 140.76 165.38 148.86 -
System Red Green Blue C M Y K H S L
Decimal 170 113 207 0.18 0.45 0 0.19 276.38 0.49 0.63
Hex AA 71 CF 12 2D 0 13 114 31 3F
Octal 252 161 317 22 55 0 23 424 61 77
Binary 10101010 1110001 11001111 10010 101101 0 10011 100010100 110001 111111

Color Harmonies of #AA71CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA71CF

Black with #AA71CF

Text Example


Text Example

White with #AA71CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA71CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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