Html Css Color HEX #AB6AD0 Amethyst

📋 copy color: '#AB6AD0'

red 171 ◦ green 106 ◦ blue 208

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

Shades of Amethyst #AB6AD0

Tints of Amethyst #AB6AD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 42.89%

R = 35.26%
G = 21.86%
B = 42.89%

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

#AB6AD0 (or 0xAB6AD0) is known color: Amethyst. HEX triplet: AB, 6A and D0. RGB value is (171,106,208). Sum of RGB (Red+Green+Blue) = 171+106+208=485 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.26% from 485); Green value is 106 (41.80% from 255 or 21.86% from 485); Blue value is 208 (81.64% from 255 or 42.89% from 485); Max value from RGB is 208 - color contains mainly: blue. Hex color #AB6AD0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB6AD0 is #54952F. Grayscale: #888888. Windows color (decimal): -5543216 or 13658795. OLE color: 13658795.

HSL color Cylindrical-coordinate representation of color #AB6AD0: hue angle of 278.24º degrees, saturation: 0.52, 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 #AB6AD0 is Cyan = 0.18, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 171 106 208 -
CMYK 0.18 0.49 0 0.18
HSL 278.24º 0.52% 0.62% -
HSV(B) 278.24º 0.49% 0.82% -
XYZ 33.33 23.52 62.46 -
YUV 137.06 168.03 152.21 -
System Red Green Blue C M Y K H S L
Decimal 171 106 208 0.18 0.49 0 0.18 278.24 0.52 0.62
Hex AB 6A D0 12 31 0 12 116 34 3E
Octal 253 152 320 22 61 0 22 426 64 76
Binary 10101011 1101010 11010000 10010 110001 0 10010 100010110 110100 111110

Color Harmonies of #AB6AD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6AD0

Black with #AB6AD0

Text Example


Text Example

White with #AB6AD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6AD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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