Html Css Color HEX #AB71DD Amethyst

📋 copy color: '#AB71DD'

red 171 ◦ green 113 ◦ blue 221

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

Shades of Amethyst #AB71DD

Tints of Amethyst #AB71DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 43.76%

R = 33.86%
G = 22.38%
B = 43.76%

CMYK

 C value IS 0.23

 M value IS 0.49

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AB71DD (or 0xAB71DD) is known color: Amethyst. HEX triplet: AB, 71 and DD. RGB value is (171,113,221). Sum of RGB (Red+Green+Blue) = 171+113+221=505 (66% of max value = 765). Red value is 171 (67.19% from 255 or 33.86% from 505); Green value is 113 (44.53% from 255 or 22.38% from 505); Blue value is 221 (86.72% from 255 or 43.76% from 505); Max value from RGB is 221 - color contains mainly: blue. Hex color #AB71DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB71DD is #548E22. Grayscale: #8E8E8E. Windows color (decimal): -5541411 or 14512555. OLE color: 14512555.

HSL color Cylindrical-coordinate representation of color #AB71DD: hue angle of 272.22º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AB71DD is Cyan = 0.23, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 171 113 221 -
CMYK 0.23 0.49 0 0.13
HSL 272.22º 0.61% 0.65% -
HSV(B) 272.22º 0.49% 0.87% -
XYZ 35.75 25.69 71.48 -
YUV 142.65 172.22 148.22 -
System Red Green Blue C M Y K H S L
Decimal 171 113 221 0.23 0.49 0 0.13 272.22 0.61 0.65
Hex AB 71 DD 17 31 0 D 110 3D 41
Octal 253 161 335 27 61 0 15 420 75 101
Binary 10101011 1110001 11011101 10111 110001 0 1101 100010000 111101 1000001

Color Harmonies of #AB71DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB71DD

Black with #AB71DD

Text Example


Text Example

White with #AB71DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB71DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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