Html Css Color HEX #A76BE0 Amethyst

📋 copy color: '#A76BE0'

red 167 ◦ green 107 ◦ blue 224

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

Shades of Amethyst #A76BE0

Tints of Amethyst #A76BE0

RGB

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

 GREEN value IS 107 (42.19% from 255) = 21.49%

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

R = 33.53%
G = 21.49%
B = 44.98%

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

#A76BE0 (or 0xA76BE0) is known color: Amethyst. HEX triplet: A7, 6B and E0. RGB value is (167,107,224). Sum of RGB (Red+Green+Blue) = 167+107+224=498 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.53% from 498); Green value is 107 (42.19% from 255 or 21.49% from 498); Blue value is 224 (87.89% from 255 or 44.98% from 498); Max value from RGB is 224 - color contains mainly: blue. Hex color #A76BE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A76BE0 is #58941F. Grayscale: #898989. Windows color (decimal): -5805088 or 14707623. OLE color: 14707623.

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

Color convert

RGB 167 107 224 -
CMYK 0.25 0.52 0 0.12
HSL 270.77º 0.65% 0.65% -
HSV(B) 270.77º 0.52% 0.88% -
XYZ 34.65 24.11 73.35 -
YUV 138.28 176.38 148.49 -
System Red Green Blue C M Y K H S L
Decimal 167 107 224 0.25 0.52 0 0.12 270.77 0.65 0.65
Hex A7 6B E0 19 34 0 C 10F 41 41
Octal 247 153 340 31 64 0 14 417 101 101
Binary 10100111 1101011 11100000 11001 110100 0 1100 100001111 1000001 1000001

Color Harmonies of #A76BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76BE0

Black with #A76BE0

Text Example


Text Example

White with #A76BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76BE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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