Html Css Color HEX #AB7AD8 Amethyst

📋 copy color: '#AB7AD8'

red 171 ◦ green 122 ◦ blue 216

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

Shades of Amethyst #AB7AD8

Tints of Amethyst #AB7AD8

RGB

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

 GREEN value IS 122 (48.05% from 255) = 23.97%

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

R = 33.6%
G = 23.97%
B = 42.44%

CMYK

 C value IS 0.21

 M value IS 0.44

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AB7AD8 (or 0xAB7AD8) is known color: Amethyst. HEX triplet: AB, 7A and D8. RGB value is (171,122,216). Sum of RGB (Red+Green+Blue) = 171+122+216=509 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.60% from 509); Green value is 122 (48.05% from 255 or 23.97% from 509); Blue value is 216 (84.77% from 255 or 42.44% from 509); Max value from RGB is 216 - color contains mainly: blue. Hex color #AB7AD8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB7AD8 is #548527. Grayscale: #939393. Windows color (decimal): -5539112 or 14187179. OLE color: 14187179.

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

Color convert

RGB 171 122 216 -
CMYK 0.21 0.44 0 0.15
HSL 271.28º 0.55% 0.66% -
HSV(B) 271.28º 0.44% 0.85% -
XYZ 36.15 27.53 68.38 -
YUV 147.37 166.73 144.86 -
System Red Green Blue C M Y K H S L
Decimal 171 122 216 0.21 0.44 0 0.15 271.28 0.55 0.66
Hex AB 7A D8 15 2C 0 F 10F 37 42
Octal 253 172 330 25 54 0 17 417 67 102
Binary 10101011 1111010 11011000 10101 101100 0 1111 100001111 110111 1000010

Color Harmonies of #AB7AD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7AD8

Black with #AB7AD8

Text Example


Text Example

White with #AB7AD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7AD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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