Html Css Color HEX #AB6AD6 Amethyst

📋 copy color: '#AB6AD6'

red 171 ◦ green 106 ◦ blue 214

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

Shades of Amethyst #AB6AD6

Tints of Amethyst #AB6AD6

RGB

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

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

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

R = 34.83%
G = 21.59%
B = 43.58%

CMYK

 C value IS 0.20

 M value IS 0.50

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AB6AD6 (or 0xAB6AD6) is known color: Amethyst. HEX triplet: AB, 6A and D6. RGB value is (171,106,214). Sum of RGB (Red+Green+Blue) = 171+106+214=491 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.83% from 491); Green value is 106 (41.80% from 255 or 21.59% from 491); Blue value is 214 (83.98% from 255 or 43.58% from 491); Max value from RGB is 214 - color contains mainly: blue. Hex color #AB6AD6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB6AD6 is #549529. Grayscale: #898989. Windows color (decimal): -5543210 or 14052011. OLE color: 14052011.

HSL color Cylindrical-coordinate representation of color #AB6AD6: hue angle of 276.11º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AB6AD6 is Cyan = 0.20, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 171 106 214 -
CMYK 0.20 0.50 0 0.16
HSL 276.11º 0.57% 0.63% -
HSV(B) 276.11º 0.5% 0.84% -
XYZ 34.09 23.82 66.42 -
YUV 137.75 171.03 151.72 -
System Red Green Blue C M Y K H S L
Decimal 171 106 214 0.20 0.50 0 0.16 276.11 0.57 0.63
Hex AB 6A D6 14 32 0 10 114 39 3F
Octal 253 152 326 24 62 0 20 424 71 77
Binary 10101011 1101010 11010110 10100 110010 0 10000 100010100 111001 111111

Color Harmonies of #AB6AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6AD6

Black with #AB6AD6

Text Example


Text Example

White with #AB6AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6AD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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