Html Css Color HEX #AB76CE Amethyst

📋 copy color: '#AB76CE'

red 171 ◦ green 118 ◦ blue 206

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

Shades of Amethyst #AB76CE

Tints of Amethyst #AB76CE

RGB

 RED value IS 171 (67.19% from 255) = 34.55%

 GREEN value IS 118 (46.48% from 255) = 23.84%

 BLUE value IS 206 (80.86% from 255) = 41.62%

R = 34.55%
G = 23.84%
B = 41.62%

CMYK

 C value IS 0.17

 M value IS 0.43

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AB76CE (or 0xAB76CE) is known color: Amethyst. HEX triplet: AB, 76 and CE. RGB value is (171,118,206). Sum of RGB (Red+Green+Blue) = 171+118+206=495 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.55% from 495); Green value is 118 (46.48% from 255 or 23.84% from 495); Blue value is 206 (80.86% from 255 or 41.62% from 495); Max value from RGB is 206 - color contains mainly: blue. Hex color #AB76CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB76CE is #548931. Grayscale: #8F8F8F. Windows color (decimal): -5540146 or 13530795. OLE color: 13530795.

HSL color Cylindrical-coordinate representation of color #AB76CE: hue angle of 276.14º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AB76CE is Cyan = 0.17, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 171 118 206 -
CMYK 0.17 0.43 0 0.19
HSL 276.14º 0.47% 0.64% -
HSV(B) 276.14º 0.43% 0.81% -
XYZ 34.41 26.07 61.61 -
YUV 143.88 163.06 147.34 -
System Red Green Blue C M Y K H S L
Decimal 171 118 206 0.17 0.43 0 0.19 276.14 0.47 0.64
Hex AB 76 CE 11 2B 0 13 114 2F 40
Octal 253 166 316 21 53 0 23 424 57 100
Binary 10101011 1110110 11001110 10001 101011 0 10011 100010100 101111 1000000

Color Harmonies of #AB76CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB76CE

Black with #AB76CE

Text Example


Text Example

White with #AB76CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB76CE; }

 p { color: rgb(171,118,206); }

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

background-color css

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

 a { background-color: rgb(171,118,206); }

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

border-color css

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

 span { border-color: rgb(171,118,206); }

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