Html Css Color HEX #AB68DB Amethyst

📋 copy color: '#AB68DB'

red 171 ◦ green 104 ◦ blue 219

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

Shades of Amethyst #AB68DB

Tints of Amethyst #AB68DB

RGB

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

 GREEN value IS 104 (41.02% from 255) = 21.05%

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

R = 34.62%
G = 21.05%
B = 44.33%

CMYK

 C value IS 0.22

 M value IS 0.53

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AB68DB (or 0xAB68DB) is known color: Amethyst. HEX triplet: AB, 68 and DB. RGB value is (171,104,219). Sum of RGB (Red+Green+Blue) = 171+104+219=494 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.62% from 494); Green value is 104 (41.02% from 255 or 21.05% from 494); Blue value is 219 (85.94% from 255 or 44.33% from 494); Max value from RGB is 219 - color contains mainly: blue. Hex color #AB68DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB68DB is #549724. Grayscale: #888888. Windows color (decimal): -5543717 or 14379179. OLE color: 14379179.

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

Color convert

RGB 171 104 219 -
CMYK 0.22 0.53 0 0.14
HSL 274.96º 0.61% 0.63% -
HSV(B) 274.96º 0.53% 0.86% -
XYZ 34.53 23.67 69.77 -
YUV 137.14 174.2 152.15 -
System Red Green Blue C M Y K H S L
Decimal 171 104 219 0.22 0.53 0 0.14 274.96 0.61 0.63
Hex AB 68 DB 16 35 0 E 113 3D 3F
Octal 253 150 333 26 65 0 16 423 75 77
Binary 10101011 1101000 11011011 10110 110101 0 1110 100010011 111101 111111

Color Harmonies of #AB68DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB68DB

Black with #AB68DB

Text Example


Text Example

White with #AB68DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB68DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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