Html Css Color HEX #A76CE0 Amethyst

📋 copy color: '#A76CE0'

red 167 ◦ green 108 ◦ blue 224

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

Shades of Amethyst #A76CE0

Tints of Amethyst #A76CE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 44.89%

R = 33.47%
G = 21.64%
B = 44.89%

CMYK

 C value IS 0.25

 M value IS 0.52

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A76CE0 (or 0xA76CE0) is known color: Amethyst. HEX triplet: A7, 6C and E0. RGB value is (167,108,224). Sum of RGB (Red+Green+Blue) = 167+108+224=499 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.47% from 499); Green value is 108 (42.58% from 255 or 21.64% from 499); Blue value is 224 (87.89% from 255 or 44.89% from 499); Max value from RGB is 224 - color contains mainly: blue. Hex color #A76CE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A76CE0 is #58931F. Grayscale: #8A8A8A. Windows color (decimal): -5804832 or 14707879. OLE color: 14707879.

HSL color Cylindrical-coordinate representation of color #A76CE0: hue angle of 270.52º degrees, saturation: 0.65, 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 #A76CE0 is Cyan = 0.25, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 167 108 224 -
CMYK 0.25 0.52 0 0.12
HSL 270.52º 0.65% 0.65% -
HSV(B) 270.52º 0.52% 0.88% -
XYZ 34.75 24.32 73.38 -
YUV 138.87 176.05 148.07 -
System Red Green Blue C M Y K H S L
Decimal 167 108 224 0.25 0.52 0 0.12 270.52 0.65 0.65
Hex A7 6C E0 19 34 0 C 10F 41 41
Octal 247 154 340 31 64 0 14 417 101 101
Binary 10100111 1101100 11100000 11001 110100 0 1100 100001111 1000001 1000001

Color Harmonies of #A76CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76CE0

Black with #A76CE0

Text Example


Text Example

White with #A76CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76CE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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