Html Css Color HEX #AB6AD7 Amethyst

📋 copy color: '#AB6AD7'

red 171 ◦ green 106 ◦ blue 215

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

Shades of Amethyst #AB6AD7

Tints of Amethyst #AB6AD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 43.7%

R = 34.76%
G = 21.54%
B = 43.7%

CMYK

 C value IS 0.20

 M value IS 0.51

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AB6AD7 (or 0xAB6AD7) is known color: Amethyst. HEX triplet: AB, 6A and D7. RGB value is (171,106,215). Sum of RGB (Red+Green+Blue) = 171+106+215=492 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.76% from 492); Green value is 106 (41.80% from 255 or 21.54% from 492); Blue value is 215 (84.38% from 255 or 43.70% from 492); Max value from RGB is 215 - color contains mainly: blue. Hex color #AB6AD7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB6AD7 is #549528. Grayscale: #898989. Windows color (decimal): -5543209 or 14117547. OLE color: 14117547.

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

Color convert

RGB 171 106 215 -
CMYK 0.20 0.51 0 0.16
HSL 275.78º 0.58% 0.63% -
HSV(B) 275.78º 0.51% 0.84% -
XYZ 34.21 23.87 67.09 -
YUV 137.86 171.53 151.64 -
System Red Green Blue C M Y K H S L
Decimal 171 106 215 0.20 0.51 0 0.16 275.78 0.58 0.63
Hex AB 6A D7 14 33 0 10 114 3A 3F
Octal 253 152 327 24 63 0 20 424 72 77
Binary 10101011 1101010 11010111 10100 110011 0 10000 100010100 111010 111111

Color Harmonies of #AB6AD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6AD7

Black with #AB6AD7

Text Example


Text Example

White with #AB6AD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6AD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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