Html Css Color HEX #AB64DB Amethyst

📋 copy color: '#AB64DB'

red 171 ◦ green 100 ◦ blue 219

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

Shades of Amethyst #AB64DB

Tints of Amethyst #AB64DB

RGB

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

 GREEN value IS 100 (39.45% from 255) = 20.41%

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

R = 34.9%
G = 20.41%
B = 44.69%

CMYK

 C value IS 0.22

 M value IS 0.54

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AB64DB (or 0xAB64DB) is known color: Amethyst. HEX triplet: AB, 64 and DB. RGB value is (171,100,219). Sum of RGB (Red+Green+Blue) = 171+100+219=490 (64% of max value = 765). Red value is 171 (67.19% from 255 or 34.90% from 490); Green value is 100 (39.45% from 255 or 20.41% from 490); Blue value is 219 (85.94% from 255 or 44.69% from 490); Max value from RGB is 219 - color contains mainly: blue. Hex color #AB64DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB64DB is #549B24. Grayscale: #868686. Windows color (decimal): -5544741 or 14378155. OLE color: 14378155.

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

Color convert

RGB 171 100 219 -
CMYK 0.22 0.54 0 0.14
HSL 275.8º 0.62% 0.63% -
HSV(B) 275.8º 0.54% 0.86% -
XYZ 34.14 22.89 69.64 -
YUV 134.8 175.52 153.82 -
System Red Green Blue C M Y K H S L
Decimal 171 100 219 0.22 0.54 0 0.14 275.8 0.62 0.63
Hex AB 64 DB 16 36 0 E 114 3E 3F
Octal 253 144 333 26 66 0 16 424 76 77
Binary 10101011 1100100 11011011 10110 110110 0 1110 100010100 111110 111111

Color Harmonies of #AB64DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB64DB

Black with #AB64DB

Text Example


Text Example

White with #AB64DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB64DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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