#AB91D1

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

Shades of Biloba Flower #AB91D1

Tints of Biloba Flower #AB91D1

Color information

#AB91D1 (or 0xAB91D1) is unknown color: approx Biloba Flower. HEX triplet: AB, 91 and D1. RGB value is (171,145,209). Sum of RGB (Red+Green+Blue) = 171+145+209=525 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.57% from 525); Green value is 145 (57.03% from 255 or 27.62% from 525); Blue value is 209 (82.03% from 255 or 39.81% from 525); Max value from RGB is 209 - color contains mainly: blue. Hex color #AB91D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB91D1 is #546E2E. Grayscale: #9F9F9F. Windows color (decimal): -5533231 or 13734315. OLE color: 13734315.

HSL color Cylindrical-coordinate representation of color #AB91D1: hue angle of 264.38º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AB91D1 is Cyan = 0.18, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB171145209-
CMYK0.180.3100.18
HSL264.38º41.03%69.41%-
HSV(B)264.38º30.62%81.96%-
XYZ38.4333.5164.76-
YUV160.07155.61135.8-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.57%
GREEN value IS 145 (57.03% from 255) = 27.62%
BLUE value IS 209 (82.03% from 255) = 39.81%
R=32.57%
G=27.62%
B=39.81%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1711452090.180.3100.18264.3841.0369.41
HexAB91D1121F0121082945
Octal253221321223702241051105
Binary10101011100100011101000110010111110100101000010001010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB91D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB91D1; }

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

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

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

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

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

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

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

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