#AB6CCA

Color #AB6CCA Amethyst (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amethyst #AB6CCA

Tints of Amethyst #AB6CCA

Color information

#AB6CCA (or 0xAB6CCA) is unknown color: approx Amethyst. HEX triplet: AB, 6C and CA. RGB value is (171,108,202). Sum of RGB (Red+Green+Blue) = 171+108+202=481 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.55% from 481); Green value is 108 (42.58% from 255 or 22.45% from 481); Blue value is 202 (79.30% from 255 or 42.00% from 481); Max value from RGB is 202 - color contains mainly: blue. Hex color #AB6CCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB6CCA is #549335. Grayscale: #898989. Windows color (decimal): -5542710 or 13266091. OLE color: 13266091.

HSL color Cylindrical-coordinate representation of color #AB6CCA: hue angle of 280.21º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AB6CCA is Cyan = 0.15, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB171108202-
CMYK0.150.4700.21
HSL280.21º47%60.78%-
HSV(B)280.21º46.53%79.22%-
XYZ32.8223.6558.71-
YUV137.55164.37151.86-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.55%
GREEN value IS 108 (42.58% from 255) = 22.45%
BLUE value IS 202 (79.30% from 255) = 42.00%
R=35.55%
G=22.45%
B=42.00%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1711082020.150.4700.21280.214760.78
HexAB6CCAF2F0151182f3d
Octal25315431217570254305775
Binary101010111101100110010101111101111010101100011000101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6CCA; }

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

 H1.HeaderClassName
 {
   color: #AB6CCA;
 }
 .AnyTagClassName
 {
   color: #AB6CCA;
 }
</style>
background-color css

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

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

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

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

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

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