Html Css Color HEX #AA71DE Amethyst

📋 copy color: '#AA71DE'

red 170 ◦ green 113 ◦ blue 222

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

Shades of Amethyst #AA71DE

Tints of Amethyst #AA71DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 43.96%

R = 33.66%
G = 22.38%
B = 43.96%

CMYK

 C value IS 0.23

 M value IS 0.49

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AA71DE (or 0xAA71DE) is known color: Amethyst. HEX triplet: AA, 71 and DE. RGB value is (170,113,222). Sum of RGB (Red+Green+Blue) = 170+113+222=505 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.66% from 505); Green value is 113 (44.53% from 255 or 22.38% from 505); Blue value is 222 (87.11% from 255 or 43.96% from 505); Max value from RGB is 222 - color contains mainly: blue. Hex color #AA71DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA71DE is #558E21. Grayscale: #8E8E8E. Windows color (decimal): -5606946 or 14578090. OLE color: 14578090.

HSL color Cylindrical-coordinate representation of color #AA71DE: hue angle of 271.38º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AA71DE is Cyan = 0.23, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 170 113 222 -
CMYK 0.23 0.49 0 0.13
HSL 271.38º 0.62% 0.66% -
HSV(B) 271.38º 0.49% 0.87% -
XYZ 35.67 25.63 72.17 -
YUV 142.47 172.88 147.64 -
System Red Green Blue C M Y K H S L
Decimal 170 113 222 0.23 0.49 0 0.13 271.38 0.62 0.66
Hex AA 71 DE 17 31 0 D 10F 3E 42
Octal 252 161 336 27 61 0 15 417 76 102
Binary 10101010 1110001 11011110 10111 110001 0 1101 100001111 111110 1000010

Color Harmonies of #AA71DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA71DE

Black with #AA71DE

Text Example


Text Example

White with #AA71DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA71DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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