Html Css Color HEX #AB6AD1 Amethyst

📋 copy color: '#AB6AD1'

red 171 ◦ green 106 ◦ blue 209

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

Shades of Amethyst #AB6AD1

Tints of Amethyst #AB6AD1

RGB

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

 GREEN value IS 106 (41.8% from 255) = 21.81%

 BLUE value IS 209 (82.03% from 255) = 43%

R = 35.19%
G = 21.81%
B = 43%

CMYK

 C value IS 0.18

 M value IS 0.49

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AB6AD1 (or 0xAB6AD1) is known color: Amethyst. HEX triplet: AB, 6A and D1. RGB value is (171,106,209). Sum of RGB (Red+Green+Blue) = 171+106+209=486 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.19% from 486); Green value is 106 (41.80% from 255 or 21.81% from 486); Blue value is 209 (82.03% from 255 or 43.00% from 486); Max value from RGB is 209 - color contains mainly: blue. Hex color #AB6AD1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB6AD1 is #54952E. Grayscale: #888888. Windows color (decimal): -5543215 or 13724331. OLE color: 13724331.

HSL color Cylindrical-coordinate representation of color #AB6AD1: hue angle of 277.86º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AB6AD1 is Cyan = 0.18, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 171 106 209 -
CMYK 0.18 0.49 0 0.18
HSL 277.86º 0.53% 0.62% -
HSV(B) 277.86º 0.49% 0.82% -
XYZ 33.46 23.57 63.11 -
YUV 137.18 168.53 152.12 -
System Red Green Blue C M Y K H S L
Decimal 171 106 209 0.18 0.49 0 0.18 277.86 0.53 0.62
Hex AB 6A D1 12 31 0 12 116 35 3E
Octal 253 152 321 22 61 0 22 426 65 76
Binary 10101011 1101010 11010001 10010 110001 0 10010 100010110 110101 111110

Color Harmonies of #AB6AD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6AD1

Black with #AB6AD1

Text Example


Text Example

White with #AB6AD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6AD1; }

 p { color: rgb(171,106,209); }

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

background-color css

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

 a { background-color: rgb(171,106,209); }

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

border-color css

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

 span { border-color: rgb(171,106,209); }

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