Html Css Color HEX #AA76CF Amethyst

📋 copy color: '#AA76CF'

red 170 ◦ green 118 ◦ blue 207

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

Shades of Amethyst #AA76CF

Tints of Amethyst #AA76CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 41.82%

R = 34.34%
G = 23.84%
B = 41.82%

CMYK

 C value IS 0.18

 M value IS 0.43

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AA76CF (or 0xAA76CF) is known color: Amethyst. HEX triplet: AA, 76 and CF. RGB value is (170,118,207). Sum of RGB (Red+Green+Blue) = 170+118+207=495 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.34% from 495); Green value is 118 (46.48% from 255 or 23.84% from 495); Blue value is 207 (81.25% from 255 or 41.82% from 495); Max value from RGB is 207 - color contains mainly: blue. Hex color #AA76CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA76CF is #558930. Grayscale: #8F8F8F. Windows color (decimal): -5605681 or 13596330. OLE color: 13596330.

HSL color Cylindrical-coordinate representation of color #AA76CF: hue angle of 275.06º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AA76CF is Cyan = 0.18, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 170 118 207 -
CMYK 0.18 0.43 0 0.19
HSL 275.06º 0.48% 0.64% -
HSV(B) 275.06º 0.43% 0.81% -
XYZ 34.32 26.01 62.24 -
YUV 143.69 163.73 146.76 -
System Red Green Blue C M Y K H S L
Decimal 170 118 207 0.18 0.43 0 0.19 275.06 0.48 0.64
Hex AA 76 CF 12 2B 0 13 113 30 40
Octal 252 166 317 22 53 0 23 423 60 100
Binary 10101010 1110110 11001111 10010 101011 0 10011 100010011 110000 1000000

Color Harmonies of #AA76CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA76CF

Black with #AA76CF

Text Example


Text Example

White with #AA76CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA76CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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