Html Css Color HEX #AB7BD8 Amethyst

📋 copy color: '#AB7BD8'

red 171 ◦ green 123 ◦ blue 216

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

Shades of Amethyst #AB7BD8

Tints of Amethyst #AB7BD8

RGB

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

 GREEN value IS 123 (48.44% from 255) = 24.12%

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

R = 33.53%
G = 24.12%
B = 42.35%

CMYK

 C value IS 0.21

 M value IS 0.43

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AB7BD8 (or 0xAB7BD8) is known color: Amethyst. HEX triplet: AB, 7B and D8. RGB value is (171,123,216). Sum of RGB (Red+Green+Blue) = 171+123+216=510 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.53% from 510); Green value is 123 (48.44% from 255 or 24.12% from 510); Blue value is 216 (84.77% from 255 or 42.35% from 510); Max value from RGB is 216 - color contains mainly: blue. Hex color #AB7BD8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB7BD8 is #548427. Grayscale: #939393. Windows color (decimal): -5538856 or 14187435. OLE color: 14187435.

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

Color convert

RGB 171 123 216 -
CMYK 0.21 0.43 0 0.15
HSL 270.97º 0.54% 0.66% -
HSV(B) 270.97º 0.43% 0.85% -
XYZ 36.27 27.78 68.42 -
YUV 147.95 166.4 144.44 -
System Red Green Blue C M Y K H S L
Decimal 171 123 216 0.21 0.43 0 0.15 270.97 0.54 0.66
Hex AB 7B D8 15 2B 0 F 10F 36 42
Octal 253 173 330 25 53 0 17 417 66 102
Binary 10101011 1111011 11011000 10101 101011 0 1111 100001111 110110 1000010

Color Harmonies of #AB7BD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7BD8

Black with #AB7BD8

Text Example


Text Example

White with #AB7BD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7BD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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