Html Css Color HEX #AB6ED8 Amethyst

📋 copy color: '#AB6ED8'

red 171 ◦ green 110 ◦ blue 216

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

Shades of Amethyst #AB6ED8

Tints of Amethyst #AB6ED8

RGB

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

 GREEN value IS 110 (43.36% from 255) = 22.13%

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

R = 34.41%
G = 22.13%
B = 43.46%

CMYK

 C value IS 0.21

 M value IS 0.49

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AB6ED8 (or 0xAB6ED8) is known color: Amethyst. HEX triplet: AB, 6E and D8. RGB value is (171,110,216). Sum of RGB (Red+Green+Blue) = 171+110+216=497 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.41% from 497); Green value is 110 (43.36% from 255 or 22.13% from 497); Blue value is 216 (84.77% from 255 or 43.46% from 497); Max value from RGB is 216 - color contains mainly: blue. Hex color #AB6ED8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB6ED8 is #549127. Grayscale: #8B8B8B. Windows color (decimal): -5542184 or 14184107. OLE color: 14184107.

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

Color convert

RGB 171 110 216 -
CMYK 0.21 0.49 0 0.15
HSL 274.53º 0.58% 0.64% -
HSV(B) 274.53º 0.49% 0.85% -
XYZ 34.77 24.77 67.91 -
YUV 140.32 170.71 149.88 -
System Red Green Blue C M Y K H S L
Decimal 171 110 216 0.21 0.49 0 0.15 274.53 0.58 0.64
Hex AB 6E D8 15 31 0 F 113 3A 40
Octal 253 156 330 25 61 0 17 423 72 100
Binary 10101011 1101110 11011000 10101 110001 0 1111 100010011 111010 1000000

Color Harmonies of #AB6ED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6ED8

Black with #AB6ED8

Text Example


Text Example

White with #AB6ED8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6ED8; }

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

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

background-color css

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

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

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

border-color css

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

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

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