Html Css Color HEX #AB6BC6 Amethyst

📋 copy color: '#AB6BC6'

red 171 ◦ green 107 ◦ blue 198

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

Shades of Amethyst #AB6BC6

Tints of Amethyst #AB6BC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 41.6%

R = 35.92%
G = 22.48%
B = 41.6%

CMYK

 C value IS 0.14

 M value IS 0.46

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#AB6BC6 (or 0xAB6BC6) is known color: Amethyst. HEX triplet: AB, 6B and C6. RGB value is (171,107,198). Sum of RGB (Red+Green+Blue) = 171+107+198=476 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.92% from 476); Green value is 107 (42.19% from 255 or 22.48% from 476); Blue value is 198 (77.73% from 255 or 41.60% from 476); Max value from RGB is 198 - color contains mainly: blue. Hex color #AB6BC6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB6BC6 is #549439. Grayscale: #888888. Windows color (decimal): -5542970 or 13003691. OLE color: 13003691.

HSL color Cylindrical-coordinate representation of color #AB6BC6: hue angle of 282.2º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AB6BC6 is Cyan = 0.14, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 171 107 198 -
CMYK 0.14 0.46 0 0.22
HSL 282.2º 0.44% 0.6% -
HSV(B) 282.2º 0.46% 0.78% -
XYZ 32.25 23.25 56.21 -
YUV 136.51 162.7 152.6 -
System Red Green Blue C M Y K H S L
Decimal 171 107 198 0.14 0.46 0 0.22 282.2 0.44 0.6
Hex AB 6B C6 E 2E 0 16 11A 2C 3C
Octal 253 153 306 16 56 0 26 432 54 74
Binary 10101011 1101011 11000110 1110 101110 0 10110 100011010 101100 111100

Color Harmonies of #AB6BC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6BC6

Black with #AB6BC6

Text Example


Text Example

White with #AB6BC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6BC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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