Html Css Color HEX #AA71CD Amethyst

📋 copy color: '#AA71CD'

red 170 ◦ green 113 ◦ blue 205

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

Shades of Amethyst #AA71CD

Tints of Amethyst #AA71CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 42.01%

R = 34.84%
G = 23.16%
B = 42.01%

CMYK

 C value IS 0.17

 M value IS 0.45

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AA71CD (or 0xAA71CD) is known color: Amethyst. HEX triplet: AA, 71 and CD. RGB value is (170,113,205). Sum of RGB (Red+Green+Blue) = 170+113+205=488 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.84% from 488); Green value is 113 (44.53% from 255 or 23.16% from 488); Blue value is 205 (80.47% from 255 or 42.01% from 488); Max value from RGB is 205 - color contains mainly: blue. Hex color #AA71CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA71CD is #558E32. Grayscale: #8C8C8C. Windows color (decimal): -5606963 or 13463978. OLE color: 13463978.

HSL color Cylindrical-coordinate representation of color #AA71CD: hue angle of 277.17º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AA71CD is Cyan = 0.17, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 170 113 205 -
CMYK 0.17 0.45 0 0.20
HSL 277.17º 0.48% 0.62% -
HSV(B) 277.17º 0.45% 0.8% -
XYZ 33.5 24.76 60.77 -
YUV 140.53 164.38 149.02 -
System Red Green Blue C M Y K H S L
Decimal 170 113 205 0.17 0.45 0 0.20 277.17 0.48 0.62
Hex AA 71 CD 11 2D 0 14 115 30 3E
Octal 252 161 315 21 55 0 24 425 60 76
Binary 10101010 1110001 11001101 10001 101101 0 10100 100010101 110000 111110

Color Harmonies of #AA71CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA71CD

Black with #AA71CD

Text Example


Text Example

White with #AA71CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA71CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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