Html Css Color HEX #A76BCD Amethyst

📋 copy color: '#A76BCD'

red 167 ◦ green 107 ◦ blue 205

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

Shades of Amethyst #A76BCD

Tints of Amethyst #A76BCD

RGB

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

 GREEN value IS 107 (42.19% from 255) = 22.34%

 BLUE value IS 205 (80.47% from 255) = 42.8%

R = 34.86%
G = 22.34%
B = 42.8%

CMYK

 C value IS 0.19

 M value IS 0.48

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A76BCD (or 0xA76BCD) is known color: Amethyst. HEX triplet: A7, 6B and CD. RGB value is (167,107,205). Sum of RGB (Red+Green+Blue) = 167+107+205=479 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.86% from 479); Green value is 107 (42.19% from 255 or 22.34% from 479); Blue value is 205 (80.47% from 255 or 42.80% from 479); Max value from RGB is 205 - color contains mainly: blue. Hex color #A76BCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A76BCD is #589432. Grayscale: #878787. Windows color (decimal): -5805107 or 13462439. OLE color: 13462439.

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

Color convert

RGB 167 107 205 -
CMYK 0.19 0.48 0 0.20
HSL 276.73º 0.49% 0.61% -
HSV(B) 276.73º 0.48% 0.8% -
XYZ 32.21 23.14 60.53 -
YUV 136.11 166.88 150.03 -
System Red Green Blue C M Y K H S L
Decimal 167 107 205 0.19 0.48 0 0.20 276.73 0.49 0.61
Hex A7 6B CD 13 30 0 14 115 31 3D
Octal 247 153 315 23 60 0 24 425 61 75
Binary 10100111 1101011 11001101 10011 110000 0 10100 100010101 110001 111101

Color Harmonies of #A76BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76BCD

Black with #A76BCD

Text Example


Text Example

White with #A76BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76BCD; }

 p { color: rgb(167,107,205); }

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

background-color css

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

 a { background-color: rgb(167,107,205); }

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

border-color css

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

 span { border-color: rgb(167,107,205); }

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