Html Css Color HEX #AB6AD8 Amethyst

📋 copy color: '#AB6AD8'

red 171 ◦ green 106 ◦ blue 216

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

Shades of Amethyst #AB6AD8

Tints of Amethyst #AB6AD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 43.81%

R = 34.69%
G = 21.5%
B = 43.81%

CMYK

 C value IS 0.21

 M value IS 0.51

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AB6AD8 (or 0xAB6AD8) is known color: Amethyst. HEX triplet: AB, 6A and D8. RGB value is (171,106,216). Sum of RGB (Red+Green+Blue) = 171+106+216=493 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.69% from 493); Green value is 106 (41.80% from 255 or 21.50% from 493); Blue value is 216 (84.77% from 255 or 43.81% from 493); Max value from RGB is 216 - color contains mainly: blue. Hex color #AB6AD8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB6AD8 is #549527. Grayscale: #898989. Windows color (decimal): -5543208 or 14183083. OLE color: 14183083.

HSL color Cylindrical-coordinate representation of color #AB6AD8: hue angle of 275.45º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AB6AD8 is Cyan = 0.21, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 171 106 216 -
CMYK 0.21 0.51 0 0.15
HSL 275.45º 0.59% 0.63% -
HSV(B) 275.45º 0.51% 0.85% -
XYZ 34.34 23.92 67.77 -
YUV 137.98 172.03 151.56 -
System Red Green Blue C M Y K H S L
Decimal 171 106 216 0.21 0.51 0 0.15 275.45 0.59 0.63
Hex AB 6A D8 15 33 0 F 113 3B 3F
Octal 253 152 330 25 63 0 17 423 73 77
Binary 10101011 1101010 11011000 10101 110011 0 1111 100010011 111011 111111

Color Harmonies of #AB6AD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6AD8

Black with #AB6AD8

Text Example


Text Example

White with #AB6AD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6AD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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