Html Css Color HEX #A76FDE Amethyst

📋 copy color: '#A76FDE'

red 167 ◦ green 111 ◦ blue 222

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

Shades of Amethyst #A76FDE

Tints of Amethyst #A76FDE

RGB

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

 GREEN value IS 111 (43.75% from 255) = 22.2%

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

R = 33.4%
G = 22.2%
B = 44.4%

CMYK

 C value IS 0.25

 M value IS 0.5

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A76FDE (or 0xA76FDE) is known color: Amethyst. HEX triplet: A7, 6F and DE. RGB value is (167,111,222). Sum of RGB (Red+Green+Blue) = 167+111+222=500 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.4% from 500); Green value is 111 (43.75% from 255 or 22.2% from 500); Blue value is 222 (87.11% from 255 or 44.4% from 500); Max value from RGB is 222 - color contains mainly: blue. Hex color #A76FDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A76FDE is #589021. Grayscale: #8C8C8C. Windows color (decimal): -5804066 or 14577575. OLE color: 14577575.

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

Color convert

RGB 167 111 222 -
CMYK 0.25 0.5 0 0.13
HSL 270.27º 0.63% 0.65% -
HSV(B) 270.27º 0.5% 0.87% -
XYZ 34.81 24.86 72.07 -
YUV 140.4 174.05 146.97 -
System Red Green Blue C M Y K H S L
Decimal 167 111 222 0.25 0.5 0 0.13 270.27 0.63 0.65
Hex A7 6F DE 19 32 0 D 10E 3F 41
Octal 247 157 336 31 62 0 15 416 77 101
Binary 10100111 1101111 11011110 11001 110010 0 1101 100001110 111111 1000001

Color Harmonies of #A76FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76FDE

Black with #A76FDE

Text Example


Text Example

White with #A76FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76FDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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