Html Css Color HEX #AB66DC Amethyst

📋 copy color: '#AB66DC'

red 171 ◦ green 102 ◦ blue 220

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

Shades of Amethyst #AB66DC

Tints of Amethyst #AB66DC

RGB

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

 GREEN value IS 102 (40.23% from 255) = 20.69%

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

R = 34.69%
G = 20.69%
B = 44.62%

CMYK

 C value IS 0.22

 M value IS 0.54

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AB66DC (or 0xAB66DC) is known color: Amethyst. HEX triplet: AB, 66 and DC. RGB value is (171,102,220). Sum of RGB (Red+Green+Blue) = 171+102+220=493 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.69% from 493); Green value is 102 (40.23% from 255 or 20.69% from 493); Blue value is 220 (86.33% from 255 or 44.62% from 493); Max value from RGB is 220 - color contains mainly: blue. Hex color #AB66DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB66DC is #549923. Grayscale: #878787. Windows color (decimal): -5544228 or 14444203. OLE color: 14444203.

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

Color convert

RGB 171 102 220 -
CMYK 0.22 0.54 0 0.14
HSL 275.08º 0.63% 0.63% -
HSV(B) 275.08º 0.54% 0.86% -
XYZ 34.46 23.33 70.4 -
YUV 136.08 175.36 152.91 -
System Red Green Blue C M Y K H S L
Decimal 171 102 220 0.22 0.54 0 0.14 275.08 0.63 0.63
Hex AB 66 DC 16 36 0 E 113 3F 3F
Octal 253 146 334 26 66 0 16 423 77 77
Binary 10101011 1100110 11011100 10110 110110 0 1110 100010011 111111 111111

Color Harmonies of #AB66DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB66DC

Black with #AB66DC

Text Example


Text Example

White with #AB66DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB66DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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