Html Css Color HEX #AA71DB Amethyst

📋 copy color: '#AA71DB'

red 170 ◦ green 113 ◦ blue 219

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

Shades of Amethyst #AA71DB

Tints of Amethyst #AA71DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 43.63%

R = 33.86%
G = 22.51%
B = 43.63%

CMYK

 C value IS 0.22

 M value IS 0.48

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AA71DB (or 0xAA71DB) is known color: Amethyst. HEX triplet: AA, 71 and DB. RGB value is (170,113,219). Sum of RGB (Red+Green+Blue) = 170+113+219=502 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.86% from 502); Green value is 113 (44.53% from 255 or 22.51% from 502); Blue value is 219 (85.94% from 255 or 43.63% from 502); Max value from RGB is 219 - color contains mainly: blue. Hex color #AA71DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA71DB is #558E24. Grayscale: #8D8D8D. Windows color (decimal): -5606949 or 14381482. OLE color: 14381482.

HSL color Cylindrical-coordinate representation of color #AA71DB: hue angle of 272.26º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AA71DB is Cyan = 0.22, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 170 113 219 -
CMYK 0.22 0.48 0 0.14
HSL 272.26º 0.6% 0.65% -
HSV(B) 272.26º 0.48% 0.86% -
XYZ 35.27 25.47 70.08 -
YUV 142.13 171.38 147.88 -
System Red Green Blue C M Y K H S L
Decimal 170 113 219 0.22 0.48 0 0.14 272.26 0.6 0.65
Hex AA 71 DB 16 30 0 E 110 3C 41
Octal 252 161 333 26 60 0 16 420 74 101
Binary 10101010 1110001 11011011 10110 110000 0 1110 100010000 111100 1000001

Color Harmonies of #AA71DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA71DB

Black with #AA71DB

Text Example


Text Example

White with #AA71DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA71DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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