#AB75CC

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

Shades of Amethyst #AB75CC

Tints of Amethyst #AB75CC

Color information

#AB75CC (or 0xAB75CC) is unknown color: approx Amethyst. HEX triplet: AB, 75 and CC. RGB value is (171,117,204). Sum of RGB (Red+Green+Blue) = 171+117+204=492 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.76% from 492); Green value is 117 (46.09% from 255 or 23.78% from 492); Blue value is 204 (80.08% from 255 or 41.46% from 492); Max value from RGB is 204 - color contains mainly: blue. Hex color #AB75CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB75CC is #548A33. Grayscale: #8E8E8E. Windows color (decimal): -5540404 or 13399467. OLE color: 13399467.

HSL color Cylindrical-coordinate representation of color #AB75CC: hue angle of 277.24º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AB75CC is Cyan = 0.16, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB171117204-
CMYK0.160.4300.2
HSL277.24º46.03%62.94%-
HSV(B)277.24º42.65%80%-
XYZ34.0525.7460.3-
YUV143.06162.39147.93-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.76%
GREEN value IS 117 (46.09% from 255) = 23.78%
BLUE value IS 204 (80.08% from 255) = 41.46%
R=34.76%
G=23.78%
B=41.46%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1711172040.160.4300.2277.2446.0362.94
HexAB75CC102B0141152e3f
Octal25316531420530244255677
Binary1010101111101011100110010000101011010100100010101101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB75CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB75CC; }

 p { color: rgb(171,117,204); }

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

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

 a { background-color: rgb(171,117,204); }

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

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

 span { border-color: rgb(171,117,204); }

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