Html Css Color HEX #A76CCC Amethyst

📋 copy color: '#A76CCC'

red 167 ◦ green 108 ◦ blue 204

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

Shades of Amethyst #A76CCC

Tints of Amethyst #A76CCC

RGB

 RED value IS 167 (65.63% from 255) = 34.86%

 GREEN value IS 108 (42.58% from 255) = 22.55%

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

R = 34.86%
G = 22.55%
B = 42.59%

CMYK

 C value IS 0.18

 M value IS 0.47

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A76CCC (or 0xA76CCC) is known color: Amethyst. HEX triplet: A7, 6C and CC. RGB value is (167,108,204). Sum of RGB (Red+Green+Blue) = 167+108+204=479 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.86% from 479); Green value is 108 (42.58% from 255 or 22.55% from 479); Blue value is 204 (80.08% from 255 or 42.59% from 479); Max value from RGB is 204 - color contains mainly: blue. Hex color #A76CCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A76CCC is #589333. Grayscale: #888888. Windows color (decimal): -5804852 or 13397159. OLE color: 13397159.

HSL color Cylindrical-coordinate representation of color #A76CCC: hue angle of 276.88º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A76CCC is Cyan = 0.18, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 167 108 204 -
CMYK 0.18 0.47 0 0.2
HSL 276.88º 0.48% 0.61% -
HSV(B) 276.88º 0.47% 0.8% -
XYZ 32.2 23.3 59.93 -
YUV 136.59 166.05 149.69 -
System Red Green Blue C M Y K H S L
Decimal 167 108 204 0.18 0.47 0 0.2 276.88 0.48 0.61
Hex A7 6C CC 12 2F 0 14 115 30 3D
Octal 247 154 314 22 57 0 24 425 60 75
Binary 10100111 1101100 11001100 10010 101111 0 10100 100010101 110000 111101

Color Harmonies of #A76CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76CCC

Black with #A76CCC

Text Example


Text Example

White with #A76CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76CCC; }

 p { color: rgb(167,108,204); }

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

background-color css

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

 a { background-color: rgb(167,108,204); }

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

border-color css

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

 span { border-color: rgb(167,108,204); }

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