Html Css Color HEX #AB72DB Amethyst

📋 copy color: '#AB72DB'

red 171 ◦ green 114 ◦ blue 219

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

Shades of Amethyst #AB72DB

Tints of Amethyst #AB72DB

RGB

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

 GREEN value IS 114 (44.92% from 255) = 22.62%

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

R = 33.93%
G = 22.62%
B = 43.45%

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

#AB72DB (or 0xAB72DB) is known color: Amethyst. HEX triplet: AB, 72 and DB. RGB value is (171,114,219). Sum of RGB (Red+Green+Blue) = 171+114+219=504 (66% of max value = 765). Red value is 171 (67.19% from 255 or 33.93% from 504); Green value is 114 (44.92% from 255 or 22.62% from 504); Blue value is 219 (85.94% from 255 or 43.45% from 504); Max value from RGB is 219 - color contains mainly: blue. Hex color #AB72DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB72DB is #548D24. Grayscale: #8E8E8E. Windows color (decimal): -5541157 or 14381739. OLE color: 14381739.

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

Color convert

RGB 171 114 219 -
CMYK 0.22 0.48 0 0.14
HSL 272.57º 0.59% 0.65% -
HSV(B) 272.57º 0.48% 0.86% -
XYZ 35.6 25.81 70.12 -
YUV 143.01 170.88 147.96 -
System Red Green Blue C M Y K H S L
Decimal 171 114 219 0.22 0.48 0 0.14 272.57 0.59 0.65
Hex AB 72 DB 16 30 0 E 111 3B 41
Octal 253 162 333 26 60 0 16 421 73 101
Binary 10101011 1110010 11011011 10110 110000 0 1110 100010001 111011 1000001

Color Harmonies of #AB72DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB72DB

Black with #AB72DB

Text Example


Text Example

White with #AB72DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB72DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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