Html Css Color HEX #A76BDE Amethyst

📋 copy color: '#A76BDE'

red 167 ◦ green 107 ◦ blue 222

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

Shades of Amethyst #A76BDE

Tints of Amethyst #A76BDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 44.76%

R = 33.67%
G = 21.57%
B = 44.76%

CMYK

 C value IS 0.25

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A76BDE (or 0xA76BDE) is known color: Amethyst. HEX triplet: A7, 6B and DE. RGB value is (167,107,222). Sum of RGB (Red+Green+Blue) = 167+107+222=496 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.67% from 496); Green value is 107 (42.19% from 255 or 21.57% from 496); Blue value is 222 (87.11% from 255 or 44.76% from 496); Max value from RGB is 222 - color contains mainly: blue. Hex color #A76BDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A76BDE is #589421. Grayscale: #898989. Windows color (decimal): -5805090 or 14576551. OLE color: 14576551.

HSL color Cylindrical-coordinate representation of color #A76BDE: hue angle of 271.3º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A76BDE is Cyan = 0.25, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 167 107 222 -
CMYK 0.25 0.52 0 0.13
HSL 271.3º 0.64% 0.65% -
HSV(B) 271.3º 0.52% 0.87% -
XYZ 34.38 24 71.93 -
YUV 138.05 175.38 148.65 -
System Red Green Blue C M Y K H S L
Decimal 167 107 222 0.25 0.52 0 0.13 271.3 0.64 0.65
Hex A7 6B DE 19 34 0 D 10F 40 41
Octal 247 153 336 31 64 0 15 417 100 101
Binary 10100111 1101011 11011110 11001 110100 0 1101 100001111 1000000 1000001

Color Harmonies of #A76BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76BDE

Black with #A76BDE

Text Example


Text Example

White with #A76BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76BDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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