Html Css Color HEX #AB6ED0 Amethyst

📋 copy color: '#AB6ED0'

red 171 ◦ green 110 ◦ blue 208

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

Shades of Amethyst #AB6ED0

Tints of Amethyst #AB6ED0

RGB

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

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

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

R = 34.97%
G = 22.49%
B = 42.54%

CMYK

 C value IS 0.18

 M value IS 0.47

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AB6ED0 (or 0xAB6ED0) is known color: Amethyst. HEX triplet: AB, 6E and D0. RGB value is (171,110,208). Sum of RGB (Red+Green+Blue) = 171+110+208=489 (64% of max value = 765). Red value is 171 (67.19% from 255 or 34.97% from 489); Green value is 110 (43.36% from 255 or 22.49% from 489); Blue value is 208 (81.64% from 255 or 42.54% from 489); Max value from RGB is 208 - color contains mainly: blue. Hex color #AB6ED0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB6ED0 is #54912F. Grayscale: #8B8B8B. Windows color (decimal): -5542192 or 13659819. OLE color: 13659819.

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

Color convert

RGB 171 110 208 -
CMYK 0.18 0.47 0 0.18
HSL 277.35º 0.51% 0.62% -
HSV(B) 277.35º 0.47% 0.82% -
XYZ 33.76 24.36 62.6 -
YUV 139.41 166.71 150.53 -
System Red Green Blue C M Y K H S L
Decimal 171 110 208 0.18 0.47 0 0.18 277.35 0.51 0.62
Hex AB 6E D0 12 2F 0 12 115 33 3E
Octal 253 156 320 22 57 0 22 425 63 76
Binary 10101011 1101110 11010000 10010 101111 0 10010 100010101 110011 111110

Color Harmonies of #AB6ED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6ED0

Black with #AB6ED0

Text Example


Text Example

White with #AB6ED0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6ED0; }

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

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

background-color css

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

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

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

border-color css

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

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

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