Html Css Color HEX #AB73DB Amethyst

📋 copy color: '#AB73DB'

red 171 ◦ green 115 ◦ blue 219

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

Shades of Amethyst #AB73DB

Tints of Amethyst #AB73DB

RGB

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

 GREEN value IS 115 (45.31% from 255) = 22.77%

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

R = 33.86%
G = 22.77%
B = 43.37%

CMYK

 C value IS 0.22

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AB73DB (or 0xAB73DB) is known color: Amethyst. HEX triplet: AB, 73 and DB. RGB value is (171,115,219). Sum of RGB (Red+Green+Blue) = 171+115+219=505 (66% of max value = 765). Red value is 171 (67.19% from 255 or 33.86% from 505); Green value is 115 (45.31% from 255 or 22.77% from 505); Blue value is 219 (85.94% from 255 or 43.37% from 505); Max value from RGB is 219 - color contains mainly: blue. Hex color #AB73DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB73DB is #548C24. Grayscale: #8F8F8F. Windows color (decimal): -5540901 or 14381995. OLE color: 14381995.

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

Color convert

RGB 171 115 219 -
CMYK 0.22 0.47 0 0.14
HSL 272.31º 0.59% 0.65% -
HSV(B) 272.31º 0.47% 0.86% -
XYZ 35.71 26.03 70.16 -
YUV 143.6 170.55 147.54 -
System Red Green Blue C M Y K H S L
Decimal 171 115 219 0.22 0.47 0 0.14 272.31 0.59 0.65
Hex AB 73 DB 16 2F 0 E 110 3B 41
Octal 253 163 333 26 57 0 16 420 73 101
Binary 10101011 1110011 11011011 10110 101111 0 1110 100010000 111011 1000001

Color Harmonies of #AB73DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB73DB

Black with #AB73DB

Text Example


Text Example

White with #AB73DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB73DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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