Html Css Color HEX #A76CDF Amethyst

📋 copy color: '#A76CDF'

red 167 ◦ green 108 ◦ blue 223

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

Shades of Amethyst #A76CDF

Tints of Amethyst #A76CDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 44.78%

R = 33.53%
G = 21.69%
B = 44.78%

CMYK

 C value IS 0.25

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A76CDF (or 0xA76CDF) is known color: Amethyst. HEX triplet: A7, 6C and DF. RGB value is (167,108,223). Sum of RGB (Red+Green+Blue) = 167+108+223=498 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.53% from 498); Green value is 108 (42.58% from 255 or 21.69% from 498); Blue value is 223 (87.5% from 255 or 44.78% from 498); Max value from RGB is 223 - color contains mainly: blue. Hex color #A76CDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A76CDF is #589320. Grayscale: #8A8A8A. Windows color (decimal): -5804833 or 14642343. OLE color: 14642343.

HSL color Cylindrical-coordinate representation of color #A76CDF: hue angle of 270.78º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A76CDF is Cyan = 0.25, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 167 108 223 -
CMYK 0.25 0.52 0 0.13
HSL 270.78º 0.64% 0.65% -
HSV(B) 270.78º 0.52% 0.87% -
XYZ 34.62 24.27 72.67 -
YUV 138.75 175.55 148.15 -
System Red Green Blue C M Y K H S L
Decimal 167 108 223 0.25 0.52 0 0.13 270.78 0.64 0.65
Hex A7 6C DF 19 34 0 D 10F 40 41
Octal 247 154 337 31 64 0 15 417 100 101
Binary 10100111 1101100 11011111 11001 110100 0 1101 100001111 1000000 1000001

Color Harmonies of #A76CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76CDF

Black with #A76CDF

Text Example


Text Example

White with #A76CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76CDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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