#AB85DA

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

Shades of Biloba Flower #AB85DA

Tints of Biloba Flower #AB85DA

Color information

#AB85DA (or 0xAB85DA) is unknown color: approx Biloba Flower. HEX triplet: AB, 85 and DA. RGB value is (171,133,218). Sum of RGB (Red+Green+Blue) = 171+133+218=522 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.76% from 522); Green value is 133 (52.34% from 255 or 25.48% from 522); Blue value is 218 (85.55% from 255 or 41.76% from 522); Max value from RGB is 218 - color contains mainly: blue. Hex color #AB85DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB85DA is #547A25. Grayscale: #999999. Windows color (decimal): -5536294 or 14321067. OLE color: 14321067.

HSL color Cylindrical-coordinate representation of color #AB85DA: hue angle of 266.82º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AB85DA is Cyan = 0.22, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB171133218-
CMYK0.220.3900.15
HSL266.82º53.46%68.82%-
HSV(B)266.82º38.99%85.49%-
XYZ37.8430.4970.22-
YUV154.05164.09140.09-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.76%
GREEN value IS 133 (52.34% from 255) = 25.48%
BLUE value IS 218 (85.55% from 255) = 41.76%
R=32.76%
G=25.48%
B=41.76%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1711332180.220.3900.15266.8253.4668.82
HexAB85DA16270F10b3545
Octal253205332264701741365105
Binary10101011100001011101101010110100111011111000010111101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB85DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB85DA; }

 p { color: rgb(171,133,218); }

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

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

 a { background-color: rgb(171,133,218); }

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

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

 span { border-color: rgb(171,133,218); }

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