Html Css Color HEX #AB6EC6 Amethyst

📋 copy color: '#AB6EC6'

red 171 ◦ green 110 ◦ blue 198

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

Shades of Amethyst #AB6EC6

Tints of Amethyst #AB6EC6

RGB

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

 GREEN value IS 110 (43.36% from 255) = 22.96%

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

R = 35.7%
G = 22.96%
B = 41.34%

CMYK

 C value IS 0.14

 M value IS 0.44

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#AB6EC6 (or 0xAB6EC6) is known color: Amethyst. HEX triplet: AB, 6E and C6. RGB value is (171,110,198). Sum of RGB (Red+Green+Blue) = 171+110+198=479 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.70% from 479); Green value is 110 (43.36% from 255 or 22.96% from 479); Blue value is 198 (77.73% from 255 or 41.34% from 479); Max value from RGB is 198 - color contains mainly: blue. Hex color #AB6EC6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB6EC6 is #549139. Grayscale: #898989. Windows color (decimal): -5542202 or 13004459. OLE color: 13004459.

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

Color convert

RGB 171 110 198 -
CMYK 0.14 0.44 0 0.22
HSL 281.59º 0.44% 0.6% -
HSV(B) 281.59º 0.44% 0.78% -
XYZ 32.56 23.89 56.32 -
YUV 138.27 161.71 151.34 -
System Red Green Blue C M Y K H S L
Decimal 171 110 198 0.14 0.44 0 0.22 281.59 0.44 0.6
Hex AB 6E C6 E 2C 0 16 11A 2C 3C
Octal 253 156 306 16 54 0 26 432 54 74
Binary 10101011 1101110 11000110 1110 101100 0 10110 100011010 101100 111100

Color Harmonies of #AB6EC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6EC6

Black with #AB6EC6

Text Example


Text Example

White with #AB6EC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6EC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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