Html Css Color HEX #AB6ADF Amethyst

📋 copy color: '#AB6ADF'

red 171 ◦ green 106 ◦ blue 223

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

Shades of Amethyst #AB6ADF

Tints of Amethyst #AB6ADF

RGB

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

 GREEN value IS 106 (41.8% from 255) = 21.2%

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

R = 34.2%
G = 21.2%
B = 44.6%

CMYK

 C value IS 0.23

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AB6ADF (or 0xAB6ADF) is known color: Amethyst. HEX triplet: AB, 6A and DF. RGB value is (171,106,223). Sum of RGB (Red+Green+Blue) = 171+106+223=500 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.2% from 500); Green value is 106 (41.80% from 255 or 21.2% from 500); Blue value is 223 (87.5% from 255 or 44.6% from 500); Max value from RGB is 223 - color contains mainly: blue. Hex color #AB6ADF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB6ADF is #549520. Grayscale: #8A8A8A. Windows color (decimal): -5543201 or 14641835. OLE color: 14641835.

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

Color convert

RGB 171 106 223 -
CMYK 0.23 0.52 0 0.13
HSL 273.33º 0.65% 0.65% -
HSV(B) 273.33º 0.52% 0.87% -
XYZ 35.27 24.29 72.64 -
YUV 138.77 175.53 150.99 -
System Red Green Blue C M Y K H S L
Decimal 171 106 223 0.23 0.52 0 0.13 273.33 0.65 0.65
Hex AB 6A DF 17 34 0 D 111 41 41
Octal 253 152 337 27 64 0 15 421 101 101
Binary 10101011 1101010 11011111 10111 110100 0 1101 100010001 1000001 1000001

Color Harmonies of #AB6ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6ADF

Black with #AB6ADF

Text Example


Text Example

White with #AB6ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6ADF; }

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

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

background-color css

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

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

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

border-color css

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

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

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