#AB94CB

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

Shades of Biloba Flower #AB94CB

Tints of Biloba Flower #AB94CB

Color information

#AB94CB (or 0xAB94CB) is unknown color: approx Biloba Flower. HEX triplet: AB, 94 and CB. RGB value is (171,148,203). Sum of RGB (Red+Green+Blue) = 171+148+203=522 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.76% from 522); Green value is 148 (58.20% from 255 or 28.35% from 522); Blue value is 203 (79.69% from 255 or 38.89% from 522); Max value from RGB is 203 - color contains mainly: blue. Hex color #AB94CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB94CB is #546B34. Grayscale: #A0A0A0. Windows color (decimal): -5532469 or 13341867. OLE color: 13341867.

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

Color convert

RGB171148203-
CMYK0.160.2700.20
HSL265.09º34.59%68.82%-
HSV(B)265.09º27.09%79.61%-
XYZ38.1634.1561.08-
YUV161.15151.62135.03-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.76%
GREEN value IS 148 (58.20% from 255) = 28.35%
BLUE value IS 203 (79.69% from 255) = 38.89%
R=32.76%
G=28.35%
B=38.89%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1711482030.160.2700.20265.0934.5968.82
HexAB94CB101B0141092345
Octal253224313203302441143105
Binary10101011100101001100101110000110110101001000010011000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB94CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB94CB; }

 p { color: rgb(171,148,203); }

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

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

 a { background-color: rgb(171,148,203); }

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

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

 span { border-color: rgb(171,148,203); }

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