Html Css Color HEX #AB76DC Amethyst

📋 copy color: '#AB76DC'

red 171 ◦ green 118 ◦ blue 220

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

Shades of Amethyst #AB76DC

Tints of Amethyst #AB76DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 43.22%

R = 33.6%
G = 23.18%
B = 43.22%

CMYK

 C value IS 0.22

 M value IS 0.46

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AB76DC (or 0xAB76DC) is known color: Amethyst. HEX triplet: AB, 76 and DC. RGB value is (171,118,220). Sum of RGB (Red+Green+Blue) = 171+118+220=509 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.60% from 509); Green value is 118 (46.48% from 255 or 23.18% from 509); Blue value is 220 (86.33% from 255 or 43.22% from 509); Max value from RGB is 220 - color contains mainly: blue. Hex color #AB76DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB76DC is #548923. Grayscale: #919191. Windows color (decimal): -5540132 or 14448299. OLE color: 14448299.

HSL color Cylindrical-coordinate representation of color #AB76DC: hue angle of 271.18º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AB76DC is Cyan = 0.22, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 171 118 220 -
CMYK 0.22 0.46 0 0.14
HSL 271.18º 0.59% 0.66% -
HSV(B) 271.18º 0.46% 0.86% -
XYZ 36.19 26.78 70.97 -
YUV 145.48 170.06 146.21 -
System Red Green Blue C M Y K H S L
Decimal 171 118 220 0.22 0.46 0 0.14 271.18 0.59 0.66
Hex AB 76 DC 16 2E 0 E 10F 3B 42
Octal 253 166 334 26 56 0 16 417 73 102
Binary 10101011 1110110 11011100 10110 101110 0 1110 100001111 111011 1000010

Color Harmonies of #AB76DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB76DC

Black with #AB76DC

Text Example


Text Example

White with #AB76DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB76DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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