#AB91CD

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

Shades of Biloba Flower #AB91CD

Tints of Biloba Flower #AB91CD

Color information

#AB91CD (or 0xAB91CD) is unknown color: approx Biloba Flower. HEX triplet: AB, 91 and CD. RGB value is (171,145,205). Sum of RGB (Red+Green+Blue) = 171+145+205=521 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.82% from 521); Green value is 145 (57.03% from 255 or 27.83% from 521); Blue value is 205 (80.47% from 255 or 39.35% from 521); Max value from RGB is 205 - color contains mainly: blue. Hex color #AB91CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB91CD is #546E32. Grayscale: #9F9F9F. Windows color (decimal): -5533235 or 13472171. OLE color: 13472171.

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

Color convert

RGB171145205-
CMYK0.170.2900.20
HSL266º37.5%68.63%-
HSV(B)266º29.27%80.39%-
XYZ37.9433.3262.19-
YUV159.61153.61136.12-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.82%
GREEN value IS 145 (57.03% from 255) = 27.83%
BLUE value IS 205 (80.47% from 255) = 39.35%
R=32.82%
G=27.83%
B=39.35%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1711452050.170.2900.2026637.568.63
HexAB91CD111D01410a2545
Octal253221315213502441245105
Binary10101011100100011100110110001111010101001000010101001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB91CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB91CD; }

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

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

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

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

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

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

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

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