Html Css Color HEX #AA76DA Amethyst

📋 copy color: '#AA76DA'

red 170 ◦ green 118 ◦ blue 218

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

Shades of Amethyst #AA76DA

Tints of Amethyst #AA76DA

RGB

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

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

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

R = 33.6%
G = 23.32%
B = 43.08%

CMYK

 C value IS 0.22

 M value IS 0.46

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AA76DA (or 0xAA76DA) is known color: Amethyst. HEX triplet: AA, 76 and DA. RGB value is (170,118,218). Sum of RGB (Red+Green+Blue) = 170+118+218=506 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.60% from 506); Green value is 118 (46.48% from 255 or 23.32% from 506); Blue value is 218 (85.55% from 255 or 43.08% from 506); Max value from RGB is 218 - color contains mainly: blue. Hex color #AA76DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA76DA is #558925. Grayscale: #909090. Windows color (decimal): -5605670 or 14317226. OLE color: 14317226.

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

Color convert

RGB 170 118 218 -
CMYK 0.22 0.46 0 0.15
HSL 271.2º 0.57% 0.66% -
HSV(B) 271.2º 0.46% 0.85% -
XYZ 35.71 26.56 69.58 -
YUV 144.95 169.23 145.87 -
System Red Green Blue C M Y K H S L
Decimal 170 118 218 0.22 0.46 0 0.15 271.2 0.57 0.66
Hex AA 76 DA 16 2E 0 F 10F 39 42
Octal 252 166 332 26 56 0 17 417 71 102
Binary 10101010 1110110 11011010 10110 101110 0 1111 100001111 111001 1000010

Color Harmonies of #AA76DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA76DA

Black with #AA76DA

Text Example


Text Example

White with #AA76DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA76DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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