Html Css Color HEX #AB71CF Amethyst

📋 copy color: '#AB71CF'

red 171 ◦ green 113 ◦ blue 207

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

Shades of Amethyst #AB71CF

Tints of Amethyst #AB71CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 42.16%

R = 34.83%
G = 23.01%
B = 42.16%

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

#AB71CF (or 0xAB71CF) is known color: Amethyst. HEX triplet: AB, 71 and CF. RGB value is (171,113,207). Sum of RGB (Red+Green+Blue) = 171+113+207=491 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.83% from 491); Green value is 113 (44.53% from 255 or 23.01% from 491); Blue value is 207 (81.25% from 255 or 42.16% from 491); Max value from RGB is 207 - color contains mainly: blue. Hex color #AB71CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB71CF is #548E30. Grayscale: #8C8C8C. Windows color (decimal): -5541425 or 13595051. OLE color: 13595051.

HSL color Cylindrical-coordinate representation of color #AB71CF: hue angle of 277.02º 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 #AB71CF is Cyan = 0.17, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 171 113 207 -
CMYK 0.17 0.45 0 0.19
HSL 277.02º 0.49% 0.63% -
HSV(B) 277.02º 0.45% 0.81% -
XYZ 33.96 24.97 62.06 -
YUV 141.06 165.22 149.36 -
System Red Green Blue C M Y K H S L
Decimal 171 113 207 0.17 0.45 0 0.19 277.02 0.49 0.63
Hex AB 71 CF 11 2D 0 13 115 31 3F
Octal 253 161 317 21 55 0 23 425 61 77
Binary 10101011 1110001 11001111 10001 101101 0 10011 100010101 110001 111111

Color Harmonies of #AB71CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB71CF

Black with #AB71CF

Text Example


Text Example

White with #AB71CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB71CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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