#A887DA

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

Shades of Biloba Flower #A887DA

Tints of Biloba Flower #A887DA

Color information

#A887DA (or 0xA887DA) is unknown color: approx Biloba Flower. HEX triplet: A8, 87 and DA. RGB value is (168,135,218). Sum of RGB (Red+Green+Blue) = 168+135+218=521 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.25% from 521); Green value is 135 (53.12% from 255 or 25.91% from 521); Blue value is 218 (85.55% from 255 or 41.84% from 521); Max value from RGB is 218 - color contains mainly: blue. Hex color #A887DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A887DA is #577825. Grayscale: #9A9A9A. Windows color (decimal): -5732390 or 14321576. OLE color: 14321576.

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

Color convert

RGB168135218-
CMYK0.230.3800.15
HSL263.86º52.87%69.22%-
HSV(B)263.86º38.07%85.49%-
XYZ37.4730.7170.28-
YUV154.33163.93137.75-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.25%
GREEN value IS 135 (53.12% from 255) = 25.91%
BLUE value IS 218 (85.55% from 255) = 41.84%
R=32.25%
G=25.91%
B=41.84%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1681352180.230.3800.15263.8652.8769.22
HexA887DA17260F1083545
Octal250207332274601741065105
Binary10101000100001111101101010111100110011111000010001101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A887DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A887DA; }

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

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

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

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

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

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

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

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