Html Css Color HEX #AB6ED6 Amethyst

📋 copy color: '#AB6ED6'

red 171 ◦ green 110 ◦ blue 214

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

Shades of Amethyst #AB6ED6

Tints of Amethyst #AB6ED6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 43.23%

R = 34.55%
G = 22.22%
B = 43.23%

CMYK

 C value IS 0.20

 M value IS 0.49

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AB6ED6 (or 0xAB6ED6) is known color: Amethyst. HEX triplet: AB, 6E and D6. RGB value is (171,110,214). Sum of RGB (Red+Green+Blue) = 171+110+214=495 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.55% from 495); Green value is 110 (43.36% from 255 or 22.22% from 495); Blue value is 214 (83.98% from 255 or 43.23% from 495); Max value from RGB is 214 - color contains mainly: blue. Hex color #AB6ED6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB6ED6 is #549129. Grayscale: #8B8B8B. Windows color (decimal): -5542186 or 14053035. OLE color: 14053035.

HSL color Cylindrical-coordinate representation of color #AB6ED6: hue angle of 275.19º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AB6ED6 is Cyan = 0.20, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 171 110 214 -
CMYK 0.20 0.49 0 0.16
HSL 275.19º 0.56% 0.64% -
HSV(B) 275.19º 0.49% 0.84% -
XYZ 34.51 24.66 66.56 -
YUV 140.1 169.71 150.04 -
System Red Green Blue C M Y K H S L
Decimal 171 110 214 0.20 0.49 0 0.16 275.19 0.56 0.64
Hex AB 6E D6 14 31 0 10 113 38 40
Octal 253 156 326 24 61 0 20 423 70 100
Binary 10101011 1101110 11010110 10100 110001 0 10000 100010011 111000 1000000

Color Harmonies of #AB6ED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6ED6

Black with #AB6ED6

Text Example


Text Example

White with #AB6ED6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6ED6; }

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

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

background-color css

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

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

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

border-color css

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

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

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