Html Css Color HEX #AB77DC Amethyst

📋 copy color: '#AB77DC'

red 171 ◦ green 119 ◦ blue 220

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

Shades of Amethyst #AB77DC

Tints of Amethyst #AB77DC

RGB

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

 GREEN value IS 119 (46.88% from 255) = 23.33%

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

R = 33.53%
G = 23.33%
B = 43.14%

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

#AB77DC (or 0xAB77DC) is known color: Amethyst. HEX triplet: AB, 77 and DC. RGB value is (171,119,220). Sum of RGB (Red+Green+Blue) = 171+119+220=510 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.53% from 510); Green value is 119 (46.88% from 255 or 23.33% from 510); Blue value is 220 (86.33% from 255 or 43.14% from 510); Max value from RGB is 220 - color contains mainly: blue. Hex color #AB77DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB77DC is #548823. Grayscale: #919191. Windows color (decimal): -5539876 or 14448555. OLE color: 14448555.

HSL color Cylindrical-coordinate representation of color #AB77DC: hue angle of 270.89º 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 #AB77DC is Cyan = 0.22, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 171 119 220 -
CMYK 0.22 0.46 0 0.14
HSL 270.89º 0.59% 0.66% -
HSV(B) 270.89º 0.46% 0.86% -
XYZ 36.31 27.02 71.01 -
YUV 146.06 169.73 145.79 -
System Red Green Blue C M Y K H S L
Decimal 171 119 220 0.22 0.46 0 0.14 270.89 0.59 0.66
Hex AB 77 DC 16 2E 0 E 10F 3B 42
Octal 253 167 334 26 56 0 16 417 73 102
Binary 10101011 1110111 11011100 10110 101110 0 1110 100001111 111011 1000010

Color Harmonies of #AB77DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB77DC

Black with #AB77DC

Text Example


Text Example

White with #AB77DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB77DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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