Html Css Color HEX #A76CCB Amethyst

📋 copy color: '#A76CCB'

red 167 ◦ green 108 ◦ blue 203

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

Shades of Amethyst #A76CCB

Tints of Amethyst #A76CCB

RGB

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

 GREEN value IS 108 (42.58% from 255) = 22.59%

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

R = 34.94%
G = 22.59%
B = 42.47%

CMYK

 C value IS 0.18

 M value IS 0.47

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A76CCB (or 0xA76CCB) is known color: Amethyst. HEX triplet: A7, 6C and CB. RGB value is (167,108,203). Sum of RGB (Red+Green+Blue) = 167+108+203=478 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.94% from 478); Green value is 108 (42.58% from 255 or 22.59% from 478); Blue value is 203 (79.69% from 255 or 42.47% from 478); Max value from RGB is 203 - color contains mainly: blue. Hex color #A76CCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A76CCB is #589334. Grayscale: #888888. Windows color (decimal): -5804853 or 13331623. OLE color: 13331623.

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

Color convert

RGB 167 108 203 -
CMYK 0.18 0.47 0 0.20
HSL 277.26º 0.48% 0.61% -
HSV(B) 277.26º 0.47% 0.8% -
XYZ 32.08 23.25 59.3 -
YUV 136.47 165.55 149.78 -
System Red Green Blue C M Y K H S L
Decimal 167 108 203 0.18 0.47 0 0.20 277.26 0.48 0.61
Hex A7 6C CB 12 2F 0 14 115 30 3D
Octal 247 154 313 22 57 0 24 425 60 75
Binary 10100111 1101100 11001011 10010 101111 0 10100 100010101 110000 111101

Color Harmonies of #A76CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76CCB

Black with #A76CCB

Text Example


Text Example

White with #A76CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76CCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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