Html Css Color HEX #A76AE0 Amethyst

📋 copy color: '#A76AE0'

red 167 ◦ green 106 ◦ blue 224

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

Shades of Amethyst #A76AE0

Tints of Amethyst #A76AE0

RGB

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

 GREEN value IS 106 (41.8% from 255) = 21.33%

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

R = 33.6%
G = 21.33%
B = 45.07%

CMYK

 C value IS 0.25

 M value IS 0.53

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A76AE0 (or 0xA76AE0) is known color: Amethyst. HEX triplet: A7, 6A and E0. RGB value is (167,106,224). Sum of RGB (Red+Green+Blue) = 167+106+224=497 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.60% from 497); Green value is 106 (41.80% from 255 or 21.33% from 497); Blue value is 224 (87.89% from 255 or 45.07% from 497); Max value from RGB is 224 - color contains mainly: blue. Hex color #A76AE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A76AE0 is #58951F. Grayscale: #898989. Windows color (decimal): -5805344 or 14707367. OLE color: 14707367.

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

Color convert

RGB 167 106 224 -
CMYK 0.25 0.53 0 0.12
HSL 271.02º 0.66% 0.65% -
HSV(B) 271.02º 0.53% 0.88% -
XYZ 34.54 23.91 73.31 -
YUV 137.69 176.71 148.91 -
System Red Green Blue C M Y K H S L
Decimal 167 106 224 0.25 0.53 0 0.12 271.02 0.66 0.65
Hex A7 6A E0 19 35 0 C 10F 42 41
Octal 247 152 340 31 65 0 14 417 102 101
Binary 10100111 1101010 11100000 11001 110101 0 1100 100001111 1000010 1000001

Color Harmonies of #A76AE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76AE0

Black with #A76AE0

Text Example


Text Example

White with #A76AE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76AE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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