#AB93C9

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

Shades of Biloba Flower #AB93C9

Tints of Biloba Flower #AB93C9

Color information

#AB93C9 (or 0xAB93C9) is unknown color: approx Biloba Flower. HEX triplet: AB, 93 and C9. RGB value is (171,147,201). Sum of RGB (Red+Green+Blue) = 171+147+201=519 (68% of max value = 765). Red value is 171 (67.19% from 255 or 32.95% from 519); Green value is 147 (57.81% from 255 or 28.32% from 519); Blue value is 201 (78.91% from 255 or 38.73% from 519); Max value from RGB is 201 - color contains mainly: blue. Hex color #AB93C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB93C9 is #546C36. Grayscale: #A0A0A0. Windows color (decimal): -5532727 or 13210539. OLE color: 13210539.

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

Color convert

RGB171147201-
CMYK0.150.2700.21
HSL266.67º33.33%68.24%-
HSV(B)266.67º26.87%78.82%-
XYZ37.7733.7459.78-
YUV160.33150.95135.61-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.95%
GREEN value IS 147 (57.81% from 255) = 28.32%
BLUE value IS 201 (78.91% from 255) = 38.73%
R=32.95%
G=28.32%
B=38.73%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1711472010.150.2700.21266.6733.3368.24
HexAB93C9F1B01510b2144
Octal253223311173302541341104
Binary1010101110010011110010011111110110101011000010111000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB93C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB93C9; }

 p { color: rgb(171,147,201); }

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

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

 a { background-color: rgb(171,147,201); }

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

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

 span { border-color: rgb(171,147,201); }

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