Html Css Color HEX #AB6BDC Amethyst

📋 copy color: '#AB6BDC'

red 171 ◦ green 107 ◦ blue 220

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

Shades of Amethyst #AB6BDC

Tints of Amethyst #AB6BDC

RGB

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

 GREEN value IS 107 (42.19% from 255) = 21.49%

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

R = 34.34%
G = 21.49%
B = 44.18%

CMYK

 C value IS 0.22

 M value IS 0.51

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AB6BDC (or 0xAB6BDC) is known color: Amethyst. HEX triplet: AB, 6B and DC. RGB value is (171,107,220). Sum of RGB (Red+Green+Blue) = 171+107+220=498 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.34% from 498); Green value is 107 (42.19% from 255 or 21.49% from 498); Blue value is 220 (86.33% from 255 or 44.18% from 498); Max value from RGB is 220 - color contains mainly: blue. Hex color #AB6BDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB6BDC is #549423. Grayscale: #8A8A8A. Windows color (decimal): -5542948 or 14445483. OLE color: 14445483.

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

Color convert

RGB 171 107 220 -
CMYK 0.22 0.51 0 0.14
HSL 273.98º 0.62% 0.64% -
HSV(B) 273.98º 0.51% 0.86% -
XYZ 34.97 24.34 70.57 -
YUV 139.02 173.7 150.81 -
System Red Green Blue C M Y K H S L
Decimal 171 107 220 0.22 0.51 0 0.14 273.98 0.62 0.64
Hex AB 6B DC 16 33 0 E 112 3E 40
Octal 253 153 334 26 63 0 16 422 76 100
Binary 10101011 1101011 11011100 10110 110011 0 1110 100010010 111110 1000000

Color Harmonies of #AB6BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6BDC

Black with #AB6BDC

Text Example


Text Example

White with #AB6BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6BDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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