#AB6FC4

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

Shades of Amethyst #AB6FC4

Tints of Amethyst #AB6FC4

Color information

#AB6FC4 (or 0xAB6FC4) is unknown color: approx Amethyst. HEX triplet: AB, 6F and C4. RGB value is (171,111,196). Sum of RGB (Red+Green+Blue) = 171+111+196=478 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.77% from 478); Green value is 111 (43.75% from 255 or 23.22% from 478); Blue value is 196 (76.95% from 255 or 41.00% from 478); Max value from RGB is 196 - color contains mainly: blue. Hex color #AB6FC4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB6FC4 is #54903B. Grayscale: #8A8A8A. Windows color (decimal): -5541948 or 12873643. OLE color: 12873643.

HSL color Cylindrical-coordinate representation of color #AB6FC4: hue angle of 282.35º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AB6FC4 is Cyan = 0.13, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB171111196-
CMYK0.130.4300.23
HSL282.35º41.87%60.2%-
HSV(B)282.35º43.37%76.86%-
XYZ32.4424.0155.15-
YUV138.63160.38151.09-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.77%
GREEN value IS 111 (43.75% from 255) = 23.22%
BLUE value IS 196 (76.95% from 255) = 41.00%
R=35.77%
G=23.22%
B=41.00%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1711111960.130.4300.23282.3541.8760.2
HexAB6FC4D2B01711a2a3c
Octal25315730415530274325274
Binary101010111101111110001001101101011010111100011010101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6FC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6FC4; }

 p { color: rgb(171,111,196); }

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

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

 a { background-color: rgb(171,111,196); }

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

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

 span { border-color: rgb(171,111,196); }

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