Html Css Color HEX #AB6EDB Amethyst

📋 copy color: '#AB6EDB'

red 171 ◦ green 110 ◦ blue 219

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

Shades of Amethyst #AB6EDB

Tints of Amethyst #AB6EDB

RGB

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

 GREEN value IS 110 (43.36% from 255) = 22%

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

R = 34.2%
G = 22%
B = 43.8%

CMYK

 C value IS 0.22

 M value IS 0.50

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AB6EDB (or 0xAB6EDB) is known color: Amethyst. HEX triplet: AB, 6E and DB. RGB value is (171,110,219). Sum of RGB (Red+Green+Blue) = 171+110+219=500 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.2% from 500); Green value is 110 (43.36% from 255 or 22% from 500); Blue value is 219 (85.94% from 255 or 43.8% from 500); Max value from RGB is 219 - color contains mainly: blue. Hex color #AB6EDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB6EDB is #549124. Grayscale: #8C8C8C. Windows color (decimal): -5542181 or 14380715. OLE color: 14380715.

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

Color convert

RGB 171 110 219 -
CMYK 0.22 0.50 0 0.14
HSL 273.58º 0.6% 0.65% -
HSV(B) 273.58º 0.5% 0.86% -
XYZ 35.16 24.92 69.98 -
YUV 140.67 172.21 149.64 -
System Red Green Blue C M Y K H S L
Decimal 171 110 219 0.22 0.50 0 0.14 273.58 0.6 0.65
Hex AB 6E DB 16 32 0 E 112 3C 41
Octal 253 156 333 26 62 0 16 422 74 101
Binary 10101011 1101110 11011011 10110 110010 0 1110 100010010 111100 1000001

Color Harmonies of #AB6EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6EDB

Black with #AB6EDB

Text Example


Text Example

White with #AB6EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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