Html Css Color HEX #AB72DD Amethyst

📋 copy color: '#AB72DD'

red 171 ◦ green 114 ◦ blue 221

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

Shades of Amethyst #AB72DD

Tints of Amethyst #AB72DD

RGB

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

 GREEN value IS 114 (44.92% from 255) = 22.53%

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

R = 33.79%
G = 22.53%
B = 43.68%

CMYK

 C value IS 0.23

 M value IS 0.48

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AB72DD (or 0xAB72DD) is known color: Amethyst. HEX triplet: AB, 72 and DD. RGB value is (171,114,221). Sum of RGB (Red+Green+Blue) = 171+114+221=506 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.79% from 506); Green value is 114 (44.92% from 255 or 22.53% from 506); Blue value is 221 (86.72% from 255 or 43.68% from 506); Max value from RGB is 221 - color contains mainly: blue. Hex color #AB72DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB72DD is #548D22. Grayscale: #8E8E8E. Windows color (decimal): -5541155 or 14512811. OLE color: 14512811.

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

Color convert

RGB 171 114 221 -
CMYK 0.23 0.48 0 0.13
HSL 271.96º 0.61% 0.66% -
HSV(B) 271.96º 0.48% 0.87% -
XYZ 35.86 25.91 71.52 -
YUV 143.24 171.88 147.8 -
System Red Green Blue C M Y K H S L
Decimal 171 114 221 0.23 0.48 0 0.13 271.96 0.61 0.66
Hex AB 72 DD 17 30 0 D 110 3D 42
Octal 253 162 335 27 60 0 15 420 75 102
Binary 10101011 1110010 11011101 10111 110000 0 1101 100010000 111101 1000010

Color Harmonies of #AB72DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB72DD

Black with #AB72DD

Text Example


Text Example

White with #AB72DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB72DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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