Html Css Color HEX #A76BCB Amethyst

📋 copy color: '#A76BCB'

red 167 ◦ green 107 ◦ blue 203

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

Shades of Amethyst #A76BCB

Tints of Amethyst #A76BCB

RGB

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

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

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

R = 35.01%
G = 22.43%
B = 42.56%

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

#A76BCB (or 0xA76BCB) is known color: Amethyst. HEX triplet: A7, 6B and CB. RGB value is (167,107,203). Sum of RGB (Red+Green+Blue) = 167+107+203=477 (63% of max value = 765). Red value is 167 (65.62% from 255 or 35.01% from 477); Green value is 107 (42.19% from 255 or 22.43% from 477); Blue value is 203 (79.69% from 255 or 42.56% from 477); Max value from RGB is 203 - color contains mainly: blue. Hex color #A76BCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A76BCB is #589434. Grayscale: #878787. Windows color (decimal): -5805109 or 13331367. OLE color: 13331367.

HSL color Cylindrical-coordinate representation of color #A76BCB: hue angle of 277.5º 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 #A76BCB is Cyan = 0.18, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 167 107 203 -
CMYK 0.18 0.47 0 0.20
HSL 277.5º 0.48% 0.61% -
HSV(B) 277.5º 0.47% 0.8% -
XYZ 31.97 23.04 59.26 -
YUV 135.88 165.88 150.19 -
System Red Green Blue C M Y K H S L
Decimal 167 107 203 0.18 0.47 0 0.20 277.5 0.48 0.61
Hex A7 6B CB 12 2F 0 14 116 30 3D
Octal 247 153 313 22 57 0 24 426 60 75
Binary 10100111 1101011 11001011 10010 101111 0 10100 100010110 110000 111101

Color Harmonies of #A76BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76BCB

Black with #A76BCB

Text Example


Text Example

White with #A76BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76BCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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