Html Css Color HEX #AA71CB Amethyst

📋 copy color: '#AA71CB'

red 170 ◦ green 113 ◦ blue 203

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

Shades of Amethyst #AA71CB

Tints of Amethyst #AA71CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 41.77%

R = 34.98%
G = 23.25%
B = 41.77%

CMYK

 C value IS 0.16

 M value IS 0.44

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AA71CB (or 0xAA71CB) is known color: Amethyst. HEX triplet: AA, 71 and CB. RGB value is (170,113,203). Sum of RGB (Red+Green+Blue) = 170+113+203=486 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.98% from 486); Green value is 113 (44.53% from 255 or 23.25% from 486); Blue value is 203 (79.69% from 255 or 41.77% from 486); Max value from RGB is 203 - color contains mainly: blue. Hex color #AA71CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA71CB is #558E34. Grayscale: #8C8C8C. Windows color (decimal): -5606965 or 13332906. OLE color: 13332906.

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

Color convert

RGB 170 113 203 -
CMYK 0.16 0.44 0 0.20
HSL 278º 0.46% 0.62% -
HSV(B) 278º 0.44% 0.8% -
XYZ 33.26 24.67 59.51 -
YUV 140.3 163.38 149.18 -
System Red Green Blue C M Y K H S L
Decimal 170 113 203 0.16 0.44 0 0.20 278 0.46 0.62
Hex AA 71 CB 10 2C 0 14 116 2E 3E
Octal 252 161 313 20 54 0 24 426 56 76
Binary 10101010 1110001 11001011 10000 101100 0 10100 100010110 101110 111110

Color Harmonies of #AA71CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA71CB

Black with #AA71CB

Text Example


Text Example

White with #AA71CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA71CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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