#a887ed

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

Shades of Biloba Flower #A887ED

Tints of Biloba Flower #A887ED

Color information

#A887ED (or 0xA887ED) is unknown color: approx Biloba Flower. HEX triplet: A8, 87 and ED. RGB value is (168,135,237). Sum of RGB (Red+Green+Blue) = 168+135+237=540 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.11% from 540); Green value is 135 (53.12% from 255 or 25% from 540); Blue value is 237 (92.97% from 255 or 43.89% from 540); Max value from RGB is 237 - color contains mainly: blue. Hex color #A887ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A887ED is #577812. Grayscale: #9C9C9C. Windows color (decimal): -5732371 or 15566760. OLE color: 15566760.

HSL color Cylindrical-coordinate representation of color #A887ED: hue angle of 259.41º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A887ED is Cyan = 0.29, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB168135237-
CMYK0.290.4300.07
HSL259.41º73.91%72.94%-
HSV(B)259.41º43.04%92.94%-
XYZ40.131.7784.14-
YUV156.49173.43136.21-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.11%
GREEN value IS 135 (53.12% from 255) = 25%
BLUE value IS 237 (92.97% from 255) = 43.89%
R=31.11%
G=25%
B=43.89%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1681352370.290.4300.07259.4173.9172.94
HexA887ED1D2B071034a49
Octal250207355355307403112111
Binary10101000100001111110110111101101011011110000001110010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a887ed

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a887ed; }

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

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

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

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

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

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

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

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