#AB94D0

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

Shades of Biloba Flower #AB94D0

Tints of Biloba Flower #AB94D0

Color information

#AB94D0 (or 0xAB94D0) is unknown color: approx Biloba Flower. HEX triplet: AB, 94 and D0. RGB value is (171,148,208). Sum of RGB (Red+Green+Blue) = 171+148+208=527 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.45% from 527); Green value is 148 (58.20% from 255 or 28.08% from 527); Blue value is 208 (81.64% from 255 or 39.47% from 527); Max value from RGB is 208 - color contains mainly: blue. Hex color #AB94D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB94D0 is #546B2F. Grayscale: #A1A1A1. Windows color (decimal): -5532464 or 13669547. OLE color: 13669547.

HSL color Cylindrical-coordinate representation of color #AB94D0: hue angle of 263º degrees, saturation: 0.39, 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 #AB94D0 is Cyan = 0.18, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB171148208-
CMYK0.180.2900.18
HSL263º38.96%69.8%-
HSV(B)263º28.85%81.57%-
XYZ38.7734.3964.27-
YUV161.72154.12134.62-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.45%
GREEN value IS 148 (58.20% from 255) = 28.08%
BLUE value IS 208 (81.64% from 255) = 39.47%
R=32.45%
G=28.08%
B=39.47%

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
Decimal1711482080.180.2900.1826338.9669.8
HexAB94D0121D0121072746
Octal253224320223502240747106
Binary10101011100101001101000010010111010100101000001111001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB94D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB94D0; }

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

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

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

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

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

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

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

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