#A887DC

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

Shades of Biloba Flower #A887DC

Tints of Biloba Flower #A887DC

Color information

#A887DC (or 0xA887DC) is unknown color: approx Biloba Flower. HEX triplet: A8, 87 and DC. RGB value is (168,135,220). Sum of RGB (Red+Green+Blue) = 168+135+220=523 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.12% from 523); Green value is 135 (53.12% from 255 or 25.81% from 523); Blue value is 220 (86.33% from 255 or 42.07% from 523); Max value from RGB is 220 - color contains mainly: blue. Hex color #A887DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A887DC is #577823. Grayscale: #9A9A9A. Windows color (decimal): -5732388 or 14452648. OLE color: 14452648.

HSL color Cylindrical-coordinate representation of color #A887DC: hue angle of 263.29º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A887DC is Cyan = 0.24, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB168135220-
CMYK0.240.3900.14
HSL263.29º54.84%69.61%-
HSV(B)263.29º38.64%86.27%-
XYZ37.7330.8271.67-
YUV154.56164.93137.59-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.12%
GREEN value IS 135 (53.12% from 255) = 25.81%
BLUE value IS 220 (86.33% from 255) = 42.07%
R=32.12%
G=25.81%
B=42.07%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1681352200.240.3900.14263.2954.8469.61
HexA887DC18270E1073746
Octal250207334304701640767106
Binary10101000100001111101110011000100111011101000001111101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A887DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A887DC; }

 p { color: rgb(168,135,220); }

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

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

 a { background-color: rgb(168,135,220); }

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

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

 span { border-color: rgb(168,135,220); }

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