Html Css Color HEX #AA71DA Amethyst

📋 copy color: '#AA71DA'

red 170 ◦ green 113 ◦ blue 218

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

Shades of Amethyst #AA71DA

Tints of Amethyst #AA71DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 43.51%

R = 33.93%
G = 22.55%
B = 43.51%

CMYK

 C value IS 0.22

 M value IS 0.48

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AA71DA (or 0xAA71DA) is known color: Amethyst. HEX triplet: AA, 71 and DA. RGB value is (170,113,218). Sum of RGB (Red+Green+Blue) = 170+113+218=501 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.93% from 501); Green value is 113 (44.53% from 255 or 22.55% from 501); Blue value is 218 (85.55% from 255 or 43.51% from 501); Max value from RGB is 218 - color contains mainly: blue. Hex color #AA71DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA71DA is #558E25. Grayscale: #8D8D8D. Windows color (decimal): -5606950 or 14315946. OLE color: 14315946.

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

Color convert

RGB 170 113 218 -
CMYK 0.22 0.48 0 0.15
HSL 272.57º 0.59% 0.65% -
HSV(B) 272.57º 0.48% 0.85% -
XYZ 35.14 25.42 69.38 -
YUV 142.01 170.88 147.96 -
System Red Green Blue C M Y K H S L
Decimal 170 113 218 0.22 0.48 0 0.15 272.57 0.59 0.65
Hex AA 71 DA 16 30 0 F 111 3B 41
Octal 252 161 332 26 60 0 17 421 73 101
Binary 10101010 1110001 11011010 10110 110000 0 1111 100010001 111011 1000001

Color Harmonies of #AA71DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA71DA

Black with #AA71DA

Text Example


Text Example

White with #AA71DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA71DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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