Html Css Color HEX #AB7AD6 Amethyst

📋 copy color: '#AB7AD6'

red 171 ◦ green 122 ◦ blue 214

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

Shades of Amethyst #AB7AD6

Tints of Amethyst #AB7AD6

RGB

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

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

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

R = 33.73%
G = 24.06%
B = 42.21%

CMYK

 C value IS 0.20

 M value IS 0.43

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AB7AD6 (or 0xAB7AD6) is known color: Amethyst. HEX triplet: AB, 7A and D6. RGB value is (171,122,214). Sum of RGB (Red+Green+Blue) = 171+122+214=507 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.73% from 507); Green value is 122 (48.05% from 255 or 24.06% from 507); Blue value is 214 (83.98% from 255 or 42.21% from 507); Max value from RGB is 214 - color contains mainly: blue. Hex color #AB7AD6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB7AD6 is #548529. Grayscale: #929292. Windows color (decimal): -5539114 or 14056107. OLE color: 14056107.

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

Color convert

RGB 171 122 214 -
CMYK 0.20 0.43 0 0.16
HSL 271.96º 0.53% 0.66% -
HSV(B) 271.96º 0.43% 0.84% -
XYZ 35.89 27.43 67.02 -
YUV 147.14 165.73 145.02 -
System Red Green Blue C M Y K H S L
Decimal 171 122 214 0.20 0.43 0 0.16 271.96 0.53 0.66
Hex AB 7A D6 14 2B 0 10 110 35 42
Octal 253 172 326 24 53 0 20 420 65 102
Binary 10101011 1111010 11010110 10100 101011 0 10000 100010000 110101 1000010

Color Harmonies of #AB7AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7AD6

Black with #AB7AD6

Text Example


Text Example

White with #AB7AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7AD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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