Html Css Color HEX #AB6ADC Amethyst

📋 copy color: '#AB6ADC'

red 171 ◦ green 106 ◦ blue 220

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

Shades of Amethyst #AB6ADC

Tints of Amethyst #AB6ADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 44.27%

R = 34.41%
G = 21.33%
B = 44.27%

CMYK

 C value IS 0.22

 M value IS 0.52

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AB6ADC (or 0xAB6ADC) is known color: Amethyst. HEX triplet: AB, 6A and DC. RGB value is (171,106,220). Sum of RGB (Red+Green+Blue) = 171+106+220=497 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.41% from 497); Green value is 106 (41.80% from 255 or 21.33% from 497); Blue value is 220 (86.33% from 255 or 44.27% from 497); Max value from RGB is 220 - color contains mainly: blue. Hex color #AB6ADC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB6ADC is #549523. Grayscale: #8A8A8A. Windows color (decimal): -5543204 or 14445227. OLE color: 14445227.

HSL color Cylindrical-coordinate representation of color #AB6ADC: hue angle of 274.21º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AB6ADC is Cyan = 0.22, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 171 106 220 -
CMYK 0.22 0.52 0 0.14
HSL 274.21º 0.62% 0.64% -
HSV(B) 274.21º 0.52% 0.86% -
XYZ 34.87 24.13 70.53 -
YUV 138.43 174.03 151.23 -
System Red Green Blue C M Y K H S L
Decimal 171 106 220 0.22 0.52 0 0.14 274.21 0.62 0.64
Hex AB 6A DC 16 34 0 E 112 3E 40
Octal 253 152 334 26 64 0 16 422 76 100
Binary 10101011 1101010 11011100 10110 110100 0 1110 100010010 111110 1000000

Color Harmonies of #AB6ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6ADC

Black with #AB6ADC

Text Example


Text Example

White with #AB6ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6ADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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