#AB94D9

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

Shades of Biloba Flower #AB94D9

Tints of Biloba Flower #AB94D9

Color information

#AB94D9 (or 0xAB94D9) is unknown color: approx Biloba Flower. HEX triplet: AB, 94 and D9. RGB value is (171,148,217). Sum of RGB (Red+Green+Blue) = 171+148+217=536 (70% of max value = 765). Red value is 171 (67.19% from 255 or 31.90% from 536); Green value is 148 (58.20% from 255 or 27.61% from 536); Blue value is 217 (85.16% from 255 or 40.49% from 536); Max value from RGB is 217 - color contains mainly: blue. Hex color #AB94D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB94D9 is #546B26. Grayscale: #A2A2A2. Windows color (decimal): -5532455 or 14259371. OLE color: 14259371.

HSL color Cylindrical-coordinate representation of color #AB94D9: hue angle of 260º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AB94D9 is Cyan = 0.21, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB171148217-
CMYK0.210.3200.15
HSL260º47.59%71.57%-
HSV(B)260º31.8%85.1%-
XYZ39.9134.8570.27-
YUV162.74158.62133.89-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.90%
GREEN value IS 148 (58.20% from 255) = 27.61%
BLUE value IS 217 (85.16% from 255) = 40.49%
R=31.90%
G=27.61%
B=40.49%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1711482170.210.3200.1526047.5971.57
HexAB94D915200F1043048
Octal253224331254001740460110
Binary10101011100101001101100110101100000011111000001001100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB94D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB94D9; }

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

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

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

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

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

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

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

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