#AB94D1

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

Shades of Biloba Flower #AB94D1

Tints of Biloba Flower #AB94D1

Color information

#AB94D1 (or 0xAB94D1) is unknown color: approx Biloba Flower. HEX triplet: AB, 94 and D1. RGB value is (171,148,209). Sum of RGB (Red+Green+Blue) = 171+148+209=528 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.39% from 528); Green value is 148 (58.20% from 255 or 28.03% from 528); Blue value is 209 (82.03% from 255 or 39.58% from 528); Max value from RGB is 209 - color contains mainly: blue. Hex color #AB94D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB94D1 is #546B2E. Grayscale: #A1A1A1. Windows color (decimal): -5532463 or 13735083. OLE color: 13735083.

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

Color convert

RGB171148209-
CMYK0.180.2900.18
HSL262.62º39.87%70%-
HSV(B)262.62º29.19%81.96%-
XYZ38.8934.4464.92-
YUV161.83154.62134.54-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.39%
GREEN value IS 148 (58.20% from 255) = 28.03%
BLUE value IS 209 (82.03% from 255) = 39.58%
R=32.39%
G=28.03%
B=39.58%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1711482090.180.2900.18262.6239.8770
HexAB94D1121D0121072846
Octal253224321223502240750106
Binary10101011100101001101000110010111010100101000001111010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB94D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB94D1; }

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

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

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

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

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

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

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

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