Html Css Color HEX #AB71CE Amethyst

📋 copy color: '#AB71CE'

red 171 ◦ green 113 ◦ blue 206

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

Shades of Amethyst #AB71CE

Tints of Amethyst #AB71CE

RGB

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

 GREEN value IS 113 (44.53% from 255) = 23.06%

 BLUE value IS 206 (80.86% from 255) = 42.04%

R = 34.9%
G = 23.06%
B = 42.04%

CMYK

 C value IS 0.17

 M value IS 0.45

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AB71CE (or 0xAB71CE) is known color: Amethyst. HEX triplet: AB, 71 and CE. RGB value is (171,113,206). Sum of RGB (Red+Green+Blue) = 171+113+206=490 (64% of max value = 765). Red value is 171 (67.19% from 255 or 34.90% from 490); Green value is 113 (44.53% from 255 or 23.06% from 490); Blue value is 206 (80.86% from 255 or 42.04% from 490); Max value from RGB is 206 - color contains mainly: blue. Hex color #AB71CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB71CE is #548E31. Grayscale: #8C8C8C. Windows color (decimal): -5541426 or 13529515. OLE color: 13529515.

HSL color Cylindrical-coordinate representation of color #AB71CE: hue angle of 277.42º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AB71CE is Cyan = 0.17, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 171 113 206 -
CMYK 0.17 0.45 0 0.19
HSL 277.42º 0.49% 0.63% -
HSV(B) 277.42º 0.45% 0.81% -
XYZ 33.84 24.92 61.42 -
YUV 140.94 164.72 149.44 -
System Red Green Blue C M Y K H S L
Decimal 171 113 206 0.17 0.45 0 0.19 277.42 0.49 0.63
Hex AB 71 CE 11 2D 0 13 115 31 3F
Octal 253 161 316 21 55 0 23 425 61 77
Binary 10101011 1110001 11001110 10001 101101 0 10011 100010101 110001 111111

Color Harmonies of #AB71CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB71CE

Black with #AB71CE

Text Example


Text Example

White with #AB71CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB71CE; }

 p { color: rgb(171,113,206); }

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

background-color css

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

 a { background-color: rgb(171,113,206); }

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

border-color css

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

 span { border-color: rgb(171,113,206); }

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