Html Css Color HEX #AB6CC6 Amethyst

📋 copy color: '#AB6CC6'

red 171 ◦ green 108 ◦ blue 198

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

Shades of Amethyst #AB6CC6

Tints of Amethyst #AB6CC6

RGB

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

 GREEN value IS 108 (42.58% from 255) = 22.64%

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

R = 35.85%
G = 22.64%
B = 41.51%

CMYK

 C value IS 0.14

 M value IS 0.45

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#AB6CC6 (or 0xAB6CC6) is known color: Amethyst. HEX triplet: AB, 6C and C6. RGB value is (171,108,198). Sum of RGB (Red+Green+Blue) = 171+108+198=477 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.85% from 477); Green value is 108 (42.58% from 255 or 22.64% from 477); Blue value is 198 (77.73% from 255 or 41.51% from 477); Max value from RGB is 198 - color contains mainly: blue. Hex color #AB6CC6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB6CC6 is #549339. Grayscale: #888888. Windows color (decimal): -5542714 or 13003947. OLE color: 13003947.

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

Color convert

RGB 171 108 198 -
CMYK 0.14 0.45 0 0.22
HSL 282º 0.44% 0.6% -
HSV(B) 282º 0.45% 0.78% -
XYZ 32.35 23.46 56.25 -
YUV 137.1 162.37 152.18 -
System Red Green Blue C M Y K H S L
Decimal 171 108 198 0.14 0.45 0 0.22 282 0.44 0.6
Hex AB 6C C6 E 2D 0 16 11A 2C 3C
Octal 253 154 306 16 55 0 26 432 54 74
Binary 10101011 1101100 11000110 1110 101101 0 10110 100011010 101100 111100

Color Harmonies of #AB6CC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6CC6

Black with #AB6CC6

Text Example


Text Example

White with #AB6CC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6CC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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