#AB67CB

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

Shades of Amethyst #AB67CB

Tints of Amethyst #AB67CB

Color information

#AB67CB (or 0xAB67CB) is unknown color: approx Amethyst. HEX triplet: AB, 67 and CB. RGB value is (171,103,203). Sum of RGB (Red+Green+Blue) = 171+103+203=477 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.85% from 477); Green value is 103 (40.62% from 255 or 21.59% from 477); Blue value is 203 (79.69% from 255 or 42.56% from 477); Max value from RGB is 203 - color contains mainly: blue. Hex color #AB67CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB67CB is #549834. Grayscale: #868686. Windows color (decimal): -5543989 or 13330347. OLE color: 13330347.

HSL color Cylindrical-coordinate representation of color #AB67CB: hue angle of 280.8º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AB67CB is Cyan = 0.16, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB171103203-
CMYK0.160.4900.20
HSL280.8º49.02%60%-
HSV(B)280.8º49.26%79.61%-
XYZ32.4222.6759.17-
YUV134.73166.53153.87-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.85%
GREEN value IS 103 (40.62% from 255) = 21.59%
BLUE value IS 203 (79.69% from 255) = 42.56%
R=35.85%
G=21.59%
B=42.56%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1711032030.160.4900.20280.849.0260
HexAB67CB1031014119313c
Octal25314731320610244316174
Binary1010101111001111100101110000110001010100100011001110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB67CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB67CB; }

 p { color: rgb(171,103,203); }

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

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

 a { background-color: rgb(171,103,203); }

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

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

 span { border-color: rgb(171,103,203); }

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