Html Css Color HEX #AB6CDB Amethyst

📋 copy color: '#AB6CDB'

red 171 ◦ green 108 ◦ blue 219

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

Shades of Amethyst #AB6CDB

Tints of Amethyst #AB6CDB

RGB

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

 GREEN value IS 108 (42.58% from 255) = 21.69%

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

R = 34.34%
G = 21.69%
B = 43.98%

CMYK

 C value IS 0.22

 M value IS 0.51

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AB6CDB (or 0xAB6CDB) is known color: Amethyst. HEX triplet: AB, 6C and DB. RGB value is (171,108,219). Sum of RGB (Red+Green+Blue) = 171+108+219=498 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.34% from 498); Green value is 108 (42.58% from 255 or 21.69% from 498); Blue value is 219 (85.94% from 255 or 43.98% from 498); Max value from RGB is 219 - color contains mainly: blue. Hex color #AB6CDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB6CDB is #549324. Grayscale: #8B8B8B. Windows color (decimal): -5542693 or 14380203. OLE color: 14380203.

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

Color convert

RGB 171 108 219 -
CMYK 0.22 0.51 0 0.14
HSL 274.05º 0.61% 0.64% -
HSV(B) 274.05º 0.51% 0.86% -
XYZ 34.94 24.5 69.9 -
YUV 139.49 172.87 150.47 -
System Red Green Blue C M Y K H S L
Decimal 171 108 219 0.22 0.51 0 0.14 274.05 0.61 0.64
Hex AB 6C DB 16 33 0 E 112 3D 40
Octal 253 154 333 26 63 0 16 422 75 100
Binary 10101011 1101100 11011011 10110 110011 0 1110 100010010 111101 1000000

Color Harmonies of #AB6CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6CDB

Black with #AB6CDB

Text Example


Text Example

White with #AB6CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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