Html Css Color HEX #A976CB Amethyst

📋 copy color: '#A976CB'

red 169 ◦ green 118 ◦ blue 203

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

Shades of Amethyst #A976CB

Tints of Amethyst #A976CB

RGB

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

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

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

R = 34.49%
G = 24.08%
B = 41.43%

CMYK

 C value IS 0.17

 M value IS 0.42

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A976CB (or 0xA976CB) is known color: Amethyst. HEX triplet: A9, 76 and CB. RGB value is (169,118,203). Sum of RGB (Red+Green+Blue) = 169+118+203=490 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.49% from 490); Green value is 118 (46.48% from 255 or 24.08% from 490); Blue value is 203 (79.69% from 255 or 41.43% from 490); Max value from RGB is 203 - color contains mainly: blue. Hex color #A976CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A976CB is #568934. Grayscale: #8E8E8E. Windows color (decimal): -5671221 or 13334185. OLE color: 13334185.

HSL color Cylindrical-coordinate representation of color #A976CB: hue angle of 276º degrees, saturation: 0.45, 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 #A976CB is Cyan = 0.17, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 169 118 203 -
CMYK 0.17 0.42 0 0.20
HSL 276º 0.45% 0.63% -
HSV(B) 276º 0.42% 0.8% -
XYZ 33.62 25.7 59.69 -
YUV 142.94 161.9 146.59 -
System Red Green Blue C M Y K H S L
Decimal 169 118 203 0.17 0.42 0 0.20 276 0.45 0.63
Hex A9 76 CB 11 2A 0 14 114 2D 3F
Octal 251 166 313 21 52 0 24 424 55 77
Binary 10101001 1110110 11001011 10001 101010 0 10100 100010100 101101 111111

Color Harmonies of #A976CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A976CB

Black with #A976CB

Text Example


Text Example

White with #A976CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A976CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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