Html Css Color HEX #A976CC Amethyst

📋 copy color: '#A976CC'

red 169 ◦ green 118 ◦ blue 204

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

Shades of Amethyst #A976CC

Tints of Amethyst #A976CC

RGB

 RED value IS 169 (66.41% from 255) = 34.42%

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

 BLUE value IS 204 (80.08% from 255) = 41.55%

R = 34.42%
G = 24.03%
B = 41.55%

CMYK

 C value IS 0.17

 M value IS 0.42

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A976CC (or 0xA976CC) is known color: Amethyst. HEX triplet: A9, 76 and CC. RGB value is (169,118,204). Sum of RGB (Red+Green+Blue) = 169+118+204=491 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.42% from 491); Green value is 118 (46.48% from 255 or 24.03% from 491); Blue value is 204 (80.08% from 255 or 41.55% from 491); Max value from RGB is 204 - color contains mainly: blue. Hex color #A976CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A976CC is #568933. Grayscale: #8E8E8E. Windows color (decimal): -5671220 or 13399721. OLE color: 13399721.

HSL color Cylindrical-coordinate representation of color #A976CC: hue angle of 275.58º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A976CC is Cyan = 0.17, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 169 118 204 -
CMYK 0.17 0.42 0 0.2
HSL 275.58º 0.46% 0.63% -
HSV(B) 275.58º 0.42% 0.8% -
XYZ 33.74 25.75 60.32 -
YUV 143.05 162.4 146.51 -
System Red Green Blue C M Y K H S L
Decimal 169 118 204 0.17 0.42 0 0.2 275.58 0.46 0.63
Hex A9 76 CC 11 2A 0 14 114 2E 3F
Octal 251 166 314 21 52 0 24 424 56 77
Binary 10101001 1110110 11001100 10001 101010 0 10100 100010100 101110 111111

Color Harmonies of #A976CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A976CC

Black with #A976CC

Text Example


Text Example

White with #A976CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A976CC; }

 p { color: rgb(169,118,204); }

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

background-color css

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

 a { background-color: rgb(169,118,204); }

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

border-color css

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

 span { border-color: rgb(169,118,204); }

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