#AB85DD

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

Shades of Biloba Flower #AB85DD

Tints of Biloba Flower #AB85DD

Color information

#AB85DD (or 0xAB85DD) is unknown color: approx Biloba Flower. HEX triplet: AB, 85 and DD. RGB value is (171,133,221). Sum of RGB (Red+Green+Blue) = 171+133+221=525 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.57% from 525); Green value is 133 (52.34% from 255 or 25.33% from 525); Blue value is 221 (86.72% from 255 or 42.10% from 525); Max value from RGB is 221 - color contains mainly: blue. Hex color #AB85DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB85DD is #547A22. Grayscale: #9A9A9A. Windows color (decimal): -5536291 or 14517675. OLE color: 14517675.

HSL color Cylindrical-coordinate representation of color #AB85DD: hue angle of 265.91º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AB85DD is Cyan = 0.23, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB171133221-
CMYK0.230.4000.13
HSL265.91º56.41%69.41%-
HSV(B)265.91º39.82%86.67%-
XYZ38.2330.6572.31-
YUV154.39165.59139.84-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.57%
GREEN value IS 133 (52.34% from 255) = 25.33%
BLUE value IS 221 (86.72% from 255) = 42.10%
R=32.57%
G=25.33%
B=42.10%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1711332210.230.4000.13265.9156.4169.41
HexAB85DD17280D10a3845
Octal253205335275001541270105
Binary10101011100001011101110110111101000011011000010101110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB85DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB85DD; }

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

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

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

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

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

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

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

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