Html Css Color HEX #A76FCB Amethyst

📋 copy color: '#A76FCB'

red 167 ◦ green 111 ◦ blue 203

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

Shades of Amethyst #A76FCB

Tints of Amethyst #A76FCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 42.2%

R = 34.72%
G = 23.08%
B = 42.2%

CMYK

 C value IS 0.18

 M value IS 0.45

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A76FCB (or 0xA76FCB) is known color: Amethyst. HEX triplet: A7, 6F and CB. RGB value is (167,111,203). Sum of RGB (Red+Green+Blue) = 167+111+203=481 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.72% from 481); Green value is 111 (43.75% from 255 or 23.08% from 481); Blue value is 203 (79.69% from 255 or 42.20% from 481); Max value from RGB is 203 - color contains mainly: blue. Hex color #A76FCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A76FCB is #589034. Grayscale: #898989. Windows color (decimal): -5804085 or 13332391. OLE color: 13332391.

HSL color Cylindrical-coordinate representation of color #A76FCB: hue angle of 276.52º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A76FCB is Cyan = 0.18, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 167 111 203 -
CMYK 0.18 0.45 0 0.20
HSL 276.52º 0.47% 0.62% -
HSV(B) 276.52º 0.45% 0.8% -
XYZ 32.4 23.9 59.4 -
YUV 138.23 164.55 148.52 -
System Red Green Blue C M Y K H S L
Decimal 167 111 203 0.18 0.45 0 0.20 276.52 0.47 0.62
Hex A7 6F CB 12 2D 0 14 115 2F 3E
Octal 247 157 313 22 55 0 24 425 57 76
Binary 10100111 1101111 11001011 10010 101101 0 10100 100010101 101111 111110

Color Harmonies of #A76FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76FCB

Black with #A76FCB

Text Example


Text Example

White with #A76FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76FCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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