Html Css Color HEX #AB72DF Amethyst

📋 copy color: '#AB72DF'

red 171 ◦ green 114 ◦ blue 223

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

Shades of Amethyst #AB72DF

Tints of Amethyst #AB72DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 43.9%

R = 33.66%
G = 22.44%
B = 43.9%

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

#AB72DF (or 0xAB72DF) is known color: Amethyst. HEX triplet: AB, 72 and DF. RGB value is (171,114,223). Sum of RGB (Red+Green+Blue) = 171+114+223=508 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.66% from 508); Green value is 114 (44.92% from 255 or 22.44% from 508); Blue value is 223 (87.5% from 255 or 43.90% from 508); Max value from RGB is 223 - color contains mainly: blue. Hex color #AB72DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB72DF is #548D20. Grayscale: #8F8F8F. Windows color (decimal): -5541153 or 14643883. OLE color: 14643883.

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

Color convert

RGB 171 114 223 -
CMYK 0.23 0.49 0 0.13
HSL 271.38º 0.63% 0.66% -
HSV(B) 271.38º 0.49% 0.87% -
XYZ 36.13 26.02 72.93 -
YUV 143.47 172.88 147.64 -
System Red Green Blue C M Y K H S L
Decimal 171 114 223 0.23 0.49 0 0.13 271.38 0.63 0.66
Hex AB 72 DF 17 31 0 D 10F 3F 42
Octal 253 162 337 27 61 0 15 417 77 102
Binary 10101011 1110010 11011111 10111 110001 0 1101 100001111 111111 1000010

Color Harmonies of #AB72DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB72DF

Black with #AB72DF

Text Example


Text Example

White with #AB72DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB72DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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