Html Css Color HEX #AA76DB Amethyst

📋 copy color: '#AA76DB'

red 170 ◦ green 118 ◦ blue 219

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

Shades of Amethyst #AA76DB

Tints of Amethyst #AA76DB

RGB

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

 GREEN value IS 118 (46.48% from 255) = 23.27%

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

R = 33.53%
G = 23.27%
B = 43.2%

CMYK

 C value IS 0.22

 M value IS 0.46

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AA76DB (or 0xAA76DB) is known color: Amethyst. HEX triplet: AA, 76 and DB. RGB value is (170,118,219). Sum of RGB (Red+Green+Blue) = 170+118+219=507 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.53% from 507); Green value is 118 (46.48% from 255 or 23.27% from 507); Blue value is 219 (85.94% from 255 or 43.20% from 507); Max value from RGB is 219 - color contains mainly: blue. Hex color #AA76DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA76DB is #558924. Grayscale: #909090. Windows color (decimal): -5605669 or 14382762. OLE color: 14382762.

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

Color convert

RGB 170 118 219 -
CMYK 0.22 0.46 0 0.14
HSL 270.89º 0.58% 0.66% -
HSV(B) 270.89º 0.46% 0.86% -
XYZ 35.84 26.62 70.27 -
YUV 145.06 169.73 145.79 -
System Red Green Blue C M Y K H S L
Decimal 170 118 219 0.22 0.46 0 0.14 270.89 0.58 0.66
Hex AA 76 DB 16 2E 0 E 10F 3A 42
Octal 252 166 333 26 56 0 16 417 72 102
Binary 10101010 1110110 11011011 10110 101110 0 1110 100001111 111010 1000010

Color Harmonies of #AA76DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA76DB

Black with #AA76DB

Text Example


Text Example

White with #AA76DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA76DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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