Html Css Color HEX #AB71DB Amethyst

📋 copy color: '#AB71DB'

red 171 ◦ green 113 ◦ blue 219

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

Shades of Amethyst #AB71DB

Tints of Amethyst #AB71DB

RGB

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

 GREEN value IS 113 (44.53% from 255) = 22.47%

 BLUE value IS 219 (85.94% from 255) = 43.54%

R = 34%
G = 22.47%
B = 43.54%

CMYK

 C value IS 0.22

 M value IS 0.48

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AB71DB (or 0xAB71DB) is known color: Amethyst. HEX triplet: AB, 71 and DB. RGB value is (171,113,219). Sum of RGB (Red+Green+Blue) = 171+113+219=503 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.00% from 503); Green value is 113 (44.53% from 255 or 22.47% from 503); Blue value is 219 (85.94% from 255 or 43.54% from 503); Max value from RGB is 219 - color contains mainly: blue. Hex color #AB71DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB71DB is #548E24. Grayscale: #8E8E8E. Windows color (decimal): -5541413 or 14381483. OLE color: 14381483.

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

Color convert

RGB 171 113 219 -
CMYK 0.22 0.48 0 0.14
HSL 272.83º 0.6% 0.65% -
HSV(B) 272.83º 0.48% 0.86% -
XYZ 35.49 25.58 70.09 -
YUV 142.43 171.22 148.38 -
System Red Green Blue C M Y K H S L
Decimal 171 113 219 0.22 0.48 0 0.14 272.83 0.6 0.65
Hex AB 71 DB 16 30 0 E 111 3C 41
Octal 253 161 333 26 60 0 16 421 74 101
Binary 10101011 1110001 11011011 10110 110000 0 1110 100010001 111100 1000001

Color Harmonies of #AB71DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB71DB

Black with #AB71DB

Text Example


Text Example

White with #AB71DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB71DB; }

 p { color: rgb(171,113,219); }

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

background-color css

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

 a { background-color: rgb(171,113,219); }

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

border-color css

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

 span { border-color: rgb(171,113,219); }

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