Html Css Color HEX #AA71DF Amethyst

📋 copy color: '#AA71DF'

red 170 ◦ green 113 ◦ blue 223

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

Shades of Amethyst #AA71DF

Tints of Amethyst #AA71DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 44.07%

R = 33.6%
G = 22.33%
B = 44.07%

CMYK

 C value IS 0.24

 M value IS 0.49

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AA71DF (or 0xAA71DF) is known color: Amethyst. HEX triplet: AA, 71 and DF. RGB value is (170,113,223). Sum of RGB (Red+Green+Blue) = 170+113+223=506 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.60% from 506); Green value is 113 (44.53% from 255 or 22.33% from 506); Blue value is 223 (87.5% from 255 or 44.07% from 506); Max value from RGB is 223 - color contains mainly: blue. Hex color #AA71DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA71DF is #558E20. Grayscale: #8E8E8E. Windows color (decimal): -5606945 or 14643626. OLE color: 14643626.

HSL color Cylindrical-coordinate representation of color #AA71DF: hue angle of 271.09º degrees, saturation: 0.63, 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 #AA71DF is Cyan = 0.24, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 170 113 223 -
CMYK 0.24 0.49 0 0.13
HSL 271.09º 0.63% 0.66% -
HSV(B) 271.09º 0.49% 0.87% -
XYZ 35.8 25.68 72.88 -
YUV 142.58 173.38 147.56 -
System Red Green Blue C M Y K H S L
Decimal 170 113 223 0.24 0.49 0 0.13 271.09 0.63 0.66
Hex AA 71 DF 18 31 0 D 10F 3F 42
Octal 252 161 337 30 61 0 15 417 77 102
Binary 10101010 1110001 11011111 11000 110001 0 1101 100001111 111111 1000010

Color Harmonies of #AA71DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA71DF

Black with #AA71DF

Text Example


Text Example

White with #AA71DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA71DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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