Html Css Color HEX #AB6FDF Amethyst

📋 copy color: '#AB6FDF'

red 171 ◦ green 111 ◦ blue 223

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

Shades of Amethyst #AB6FDF

Tints of Amethyst #AB6FDF

RGB

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

 GREEN value IS 111 (43.75% from 255) = 21.98%

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

R = 33.86%
G = 21.98%
B = 44.16%

CMYK

 C value IS 0.23

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AB6FDF (or 0xAB6FDF) is known color: Amethyst. HEX triplet: AB, 6F and DF. RGB value is (171,111,223). Sum of RGB (Red+Green+Blue) = 171+111+223=505 (66% of max value = 765). Red value is 171 (67.19% from 255 or 33.86% from 505); Green value is 111 (43.75% from 255 or 21.98% from 505); Blue value is 223 (87.5% from 255 or 44.16% from 505); Max value from RGB is 223 - color contains mainly: blue. Hex color #AB6FDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB6FDF is #549020. Grayscale: #8D8D8D. Windows color (decimal): -5541921 or 14643115. OLE color: 14643115.

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

Color convert

RGB 171 111 223 -
CMYK 0.23 0.50 0 0.13
HSL 272.14º 0.64% 0.65% -
HSV(B) 272.14º 0.5% 0.87% -
XYZ 35.8 25.35 72.82 -
YUV 141.71 173.88 148.89 -
System Red Green Blue C M Y K H S L
Decimal 171 111 223 0.23 0.50 0 0.13 272.14 0.64 0.65
Hex AB 6F DF 17 32 0 D 110 40 41
Octal 253 157 337 27 62 0 15 420 100 101
Binary 10101011 1101111 11011111 10111 110010 0 1101 100010000 1000000 1000001

Color Harmonies of #AB6FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6FDF

Black with #AB6FDF

Text Example


Text Example

White with #AB6FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6FDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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