Html Css Color HEX #AB7BD5 Amethyst

📋 copy color: '#AB7BD5'

red 171 ◦ green 123 ◦ blue 213

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

Shades of Amethyst #AB7BD5

Tints of Amethyst #AB7BD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 42.01%

R = 33.73%
G = 24.26%
B = 42.01%

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

#AB7BD5 (or 0xAB7BD5) is known color: Amethyst. HEX triplet: AB, 7B and D5. RGB value is (171,123,213). Sum of RGB (Red+Green+Blue) = 171+123+213=507 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.73% from 507); Green value is 123 (48.44% from 255 or 24.26% from 507); Blue value is 213 (83.59% from 255 or 42.01% from 507); Max value from RGB is 213 - color contains mainly: blue. Hex color #AB7BD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB7BD5 is #54842A. Grayscale: #939393. Windows color (decimal): -5538859 or 13990827. OLE color: 13990827.

HSL color Cylindrical-coordinate representation of color #AB7BD5: hue angle of 272º 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 #AB7BD5 is Cyan = 0.20, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 171 123 213 -
CMYK 0.20 0.42 0 0.16
HSL 272º 0.52% 0.66% -
HSV(B) 272º 0.42% 0.84% -
XYZ 35.89 27.63 66.39 -
YUV 147.61 164.9 144.68 -
System Red Green Blue C M Y K H S L
Decimal 171 123 213 0.20 0.42 0 0.16 272 0.52 0.66
Hex AB 7B D5 14 2A 0 10 110 34 42
Octal 253 173 325 24 52 0 20 420 64 102
Binary 10101011 1111011 11010101 10100 101010 0 10000 100010000 110100 1000010

Color Harmonies of #AB7BD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7BD5

Black with #AB7BD5

Text Example


Text Example

White with #AB7BD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7BD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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