Html Css Color HEX #A76DCD Amethyst

📋 copy color: '#A76DCD'

red 167 ◦ green 109 ◦ blue 205

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

Shades of Amethyst #A76DCD

Tints of Amethyst #A76DCD

RGB

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

 GREEN value IS 109 (42.97% from 255) = 22.66%

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

R = 34.72%
G = 22.66%
B = 42.62%

CMYK

 C value IS 0.19

 M value IS 0.47

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A76DCD (or 0xA76DCD) is known color: Amethyst. HEX triplet: A7, 6D and CD. RGB value is (167,109,205). Sum of RGB (Red+Green+Blue) = 167+109+205=481 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.72% from 481); Green value is 109 (42.97% from 255 or 22.66% from 481); Blue value is 205 (80.47% from 255 or 42.62% from 481); Max value from RGB is 205 - color contains mainly: blue. Hex color #A76DCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A76DCD is #589232. Grayscale: #888888. Windows color (decimal): -5804595 or 13462951. OLE color: 13462951.

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

Color convert

RGB 167 109 205 -
CMYK 0.19 0.47 0 0.20
HSL 276.25º 0.49% 0.62% -
HSV(B) 276.25º 0.47% 0.8% -
XYZ 32.42 23.56 60.6 -
YUV 137.29 166.22 149.19 -
System Red Green Blue C M Y K H S L
Decimal 167 109 205 0.19 0.47 0 0.20 276.25 0.49 0.62
Hex A7 6D CD 13 2F 0 14 114 31 3E
Octal 247 155 315 23 57 0 24 424 61 76
Binary 10100111 1101101 11001101 10011 101111 0 10100 100010100 110001 111110

Color Harmonies of #A76DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76DCD

Black with #A76DCD

Text Example


Text Example

White with #A76DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76DCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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