#AB91CC

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

Shades of Biloba Flower #AB91CC

Tints of Biloba Flower #AB91CC

Color information

#AB91CC (or 0xAB91CC) is unknown color: approx Biloba Flower. HEX triplet: AB, 91 and CC. RGB value is (171,145,204). Sum of RGB (Red+Green+Blue) = 171+145+204=520 (68% of max value = 765). Red value is 171 (67.19% from 255 or 32.88% from 520); Green value is 145 (57.03% from 255 or 27.88% from 520); Blue value is 204 (80.08% from 255 or 39.23% from 520); Max value from RGB is 204 - color contains mainly: blue. Hex color #AB91CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB91CC is #546E33. Grayscale: #9F9F9F. Windows color (decimal): -5533236 or 13406635. OLE color: 13406635.

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

Color convert

RGB171145204-
CMYK0.160.2900.2
HSL266.44º36.65%68.43%-
HSV(B)266.44º28.92%80%-
XYZ37.8233.2761.55-
YUV159.5153.11136.2-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.88%
GREEN value IS 145 (57.03% from 255) = 27.88%
BLUE value IS 204 (80.08% from 255) = 39.23%
R=32.88%
G=27.88%
B=39.23%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1711452040.160.2900.2266.4436.6568.43
HexAB91CC101D01410a2544
Octal253221314203502441245104
Binary10101011100100011100110010000111010101001000010101001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB91CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB91CC; }

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

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

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

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

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

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

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

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