#AB93CA

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

Shades of Biloba Flower #AB93CA

Tints of Biloba Flower #AB93CA

Color information

#AB93CA (or 0xAB93CA) is unknown color: approx Biloba Flower. HEX triplet: AB, 93 and CA. RGB value is (171,147,202). Sum of RGB (Red+Green+Blue) = 171+147+202=520 (68% of max value = 765). Red value is 171 (67.19% from 255 or 32.88% from 520); Green value is 147 (57.81% from 255 or 28.27% from 520); Blue value is 202 (79.30% from 255 or 38.85% from 520); Max value from RGB is 202 - color contains mainly: blue. Hex color #AB93CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB93CA is #546C35. Grayscale: #A0A0A0. Windows color (decimal): -5532726 or 13276075. OLE color: 13276075.

HSL color Cylindrical-coordinate representation of color #AB93CA: hue angle of 266.18º degrees, saturation: 0.34, 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 #AB93CA is Cyan = 0.15, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB171147202-
CMYK0.150.2700.21
HSL266.18º34.16%68.43%-
HSV(B)266.18º27.23%79.22%-
XYZ37.8933.7960.4-
YUV160.45151.45135.53-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.88%
GREEN value IS 147 (57.81% from 255) = 28.27%
BLUE value IS 202 (79.30% from 255) = 38.85%
R=32.88%
G=28.27%
B=38.85%

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
Decimal1711472020.150.2700.21266.1834.1668.43
HexAB93CAF1B01510a2244
Octal253223312173302541242104
Binary1010101110010011110010101111110110101011000010101000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB93CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB93CA; }

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

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

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

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

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

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

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

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