Html Css Color HEX #A76BE1 Amethyst

📋 copy color: '#A76BE1'

red 167 ◦ green 107 ◦ blue 225

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

Shades of Amethyst #A76BE1

Tints of Amethyst #A76BE1

RGB

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

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

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

R = 33.47%
G = 21.44%
B = 45.09%

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

#A76BE1 (or 0xA76BE1) is known color: Amethyst. HEX triplet: A7, 6B and E1. RGB value is (167,107,225). Sum of RGB (Red+Green+Blue) = 167+107+225=499 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.47% from 499); Green value is 107 (42.19% from 255 or 21.44% from 499); Blue value is 225 (88.28% from 255 or 45.09% from 499); Max value from RGB is 225 - color contains mainly: blue. Hex color #A76BE1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A76BE1 is #58941E. Grayscale: #898989. Windows color (decimal): -5805087 or 14773159. OLE color: 14773159.

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

Color convert

RGB 167 107 225 -
CMYK 0.26 0.52 0 0.12
HSL 270.51º 0.66% 0.65% -
HSV(B) 270.51º 0.52% 0.88% -
XYZ 34.78 24.17 74.07 -
YUV 138.39 176.88 148.41 -
System Red Green Blue C M Y K H S L
Decimal 167 107 225 0.26 0.52 0 0.12 270.51 0.66 0.65
Hex A7 6B E1 1A 34 0 C 10F 42 41
Octal 247 153 341 32 64 0 14 417 102 101
Binary 10100111 1101011 11100001 11010 110100 0 1100 100001111 1000010 1000001

Color Harmonies of #A76BE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76BE1

Black with #A76BE1

Text Example


Text Example

White with #A76BE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76BE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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