Html Css Color HEX #A76CE1 Amethyst

📋 copy color: '#A76CE1'

red 167 ◦ green 108 ◦ blue 225

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

Shades of Amethyst #A76CE1

Tints of Amethyst #A76CE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 45%

R = 33.4%
G = 21.6%
B = 45%

CMYK

 C value IS 0.26

 M value IS 0.52

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A76CE1 (or 0xA76CE1) is known color: Amethyst. HEX triplet: A7, 6C and E1. RGB value is (167,108,225). Sum of RGB (Red+Green+Blue) = 167+108+225=500 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.4% from 500); Green value is 108 (42.58% from 255 or 21.6% from 500); Blue value is 225 (88.28% from 255 or 45% from 500); Max value from RGB is 225 - color contains mainly: blue. Hex color #A76CE1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A76CE1 is #58931E. Grayscale: #8A8A8A. Windows color (decimal): -5804831 or 14773415. OLE color: 14773415.

HSL color Cylindrical-coordinate representation of color #A76CE1: hue angle of 270.26º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A76CE1 is Cyan = 0.26, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 167 108 225 -
CMYK 0.26 0.52 0 0.12
HSL 270.26º 0.66% 0.65% -
HSV(B) 270.26º 0.52% 0.88% -
XYZ 34.89 24.38 74.1 -
YUV 138.98 176.55 147.99 -
System Red Green Blue C M Y K H S L
Decimal 167 108 225 0.26 0.52 0 0.12 270.26 0.66 0.65
Hex A7 6C E1 1A 34 0 C 10E 42 41
Octal 247 154 341 32 64 0 14 416 102 101
Binary 10100111 1101100 11100001 11010 110100 0 1100 100001110 1000010 1000001

Color Harmonies of #A76CE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76CE1

Black with #A76CE1

Text Example


Text Example

White with #A76CE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76CE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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