Html Css Color HEX #AB7DD6 Amethyst

📋 copy color: '#AB7DD6'

red 171 ◦ green 125 ◦ blue 214

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

Shades of Amethyst #AB7DD6

Tints of Amethyst #AB7DD6

RGB

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

 GREEN value IS 125 (49.22% from 255) = 24.51%

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

R = 33.53%
G = 24.51%
B = 41.96%

CMYK

 C value IS 0.20

 M value IS 0.42

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AB7DD6 (or 0xAB7DD6) is known color: Amethyst. HEX triplet: AB, 7D and D6. RGB value is (171,125,214). Sum of RGB (Red+Green+Blue) = 171+125+214=510 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.53% from 510); Green value is 125 (49.22% from 255 or 24.51% from 510); Blue value is 214 (83.98% from 255 or 41.96% from 510); Max value from RGB is 214 - color contains mainly: blue. Hex color #AB7DD6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB7DD6 is #548229. Grayscale: #949494. Windows color (decimal): -5538346 or 14056875. OLE color: 14056875.

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

Color convert

RGB 171 125 214 -
CMYK 0.20 0.42 0 0.16
HSL 271.01º 0.52% 0.66% -
HSV(B) 271.01º 0.42% 0.84% -
XYZ 36.27 28.18 67.15 -
YUV 148.9 164.74 143.76 -
System Red Green Blue C M Y K H S L
Decimal 171 125 214 0.20 0.42 0 0.16 271.01 0.52 0.66
Hex AB 7D D6 14 2A 0 10 10F 34 42
Octal 253 175 326 24 52 0 20 417 64 102
Binary 10101011 1111101 11010110 10100 101010 0 10000 100001111 110100 1000010

Color Harmonies of #AB7DD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7DD6

Black with #AB7DD6

Text Example


Text Example

White with #AB7DD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7DD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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