Html Css Color HEX #AB6FDB Amethyst

📋 copy color: '#AB6FDB'

red 171 ◦ green 111 ◦ blue 219

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

Shades of Amethyst #AB6FDB

Tints of Amethyst #AB6FDB

RGB

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

 GREEN value IS 111 (43.75% from 255) = 22.16%

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

R = 34.13%
G = 22.16%
B = 43.71%

CMYK

 C value IS 0.22

 M value IS 0.49

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AB6FDB (or 0xAB6FDB) is known color: Amethyst. HEX triplet: AB, 6F and DB. RGB value is (171,111,219). Sum of RGB (Red+Green+Blue) = 171+111+219=501 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.13% from 501); Green value is 111 (43.75% from 255 or 22.16% from 501); Blue value is 219 (85.94% from 255 or 43.71% from 501); Max value from RGB is 219 - color contains mainly: blue. Hex color #AB6FDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB6FDB is #549024. Grayscale: #8C8C8C. Windows color (decimal): -5541925 or 14380971. OLE color: 14380971.

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

Color convert

RGB 171 111 219 -
CMYK 0.22 0.49 0 0.14
HSL 273.33º 0.6% 0.65% -
HSV(B) 273.33º 0.49% 0.86% -
XYZ 35.27 25.14 70.01 -
YUV 141.25 171.88 149.22 -
System Red Green Blue C M Y K H S L
Decimal 171 111 219 0.22 0.49 0 0.14 273.33 0.6 0.65
Hex AB 6F DB 16 31 0 E 111 3C 41
Octal 253 157 333 26 61 0 16 421 74 101
Binary 10101011 1101111 11011011 10110 110001 0 1110 100010001 111100 1000001

Color Harmonies of #AB6FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6FDB

Black with #AB6FDB

Text Example


Text Example

White with #AB6FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6FDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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