Html Css Color HEX #A76FCF Amethyst

📋 copy color: '#A76FCF'

red 167 ◦ green 111 ◦ blue 207

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

Shades of Amethyst #A76FCF

Tints of Amethyst #A76FCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 42.68%

R = 34.43%
G = 22.89%
B = 42.68%

CMYK

 C value IS 0.19

 M value IS 0.46

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A76FCF (or 0xA76FCF) is known color: Amethyst. HEX triplet: A7, 6F and CF. RGB value is (167,111,207). Sum of RGB (Red+Green+Blue) = 167+111+207=485 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.43% from 485); Green value is 111 (43.75% from 255 or 22.89% from 485); Blue value is 207 (81.25% from 255 or 42.68% from 485); Max value from RGB is 207 - color contains mainly: blue. Hex color #A76FCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A76FCF is #589030. Grayscale: #8A8A8A. Windows color (decimal): -5804081 or 13594535. OLE color: 13594535.

HSL color Cylindrical-coordinate representation of color #A76FCF: hue angle of 275º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A76FCF is Cyan = 0.19, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 167 111 207 -
CMYK 0.19 0.46 0 0.19
HSL 275º 0.5% 0.62% -
HSV(B) 275º 0.46% 0.81% -
XYZ 32.88 24.09 61.95 -
YUV 138.69 166.55 148.19 -
System Red Green Blue C M Y K H S L
Decimal 167 111 207 0.19 0.46 0 0.19 275 0.5 0.62
Hex A7 6F CF 13 2E 0 13 113 32 3E
Octal 247 157 317 23 56 0 23 423 62 76
Binary 10100111 1101111 11001111 10011 101110 0 10011 100010011 110010 111110

Color Harmonies of #A76FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76FCF

Black with #A76FCF

Text Example


Text Example

White with #A76FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76FCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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