#A888ED

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

Shades of Biloba Flower #A888ED

Tints of Biloba Flower #A888ED

Color information

#A888ED (or 0xA888ED) is unknown color: approx Biloba Flower. HEX triplet: A8, 88 and ED. RGB value is (168,136,237). Sum of RGB (Red+Green+Blue) = 168+136+237=541 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.05% from 541); Green value is 136 (53.52% from 255 or 25.14% from 541); Blue value is 237 (92.97% from 255 or 43.81% from 541); Max value from RGB is 237 - color contains mainly: blue. Hex color #A888ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A888ED is #577712. Grayscale: #9C9C9C. Windows color (decimal): -5732115 or 15567016. OLE color: 15567016.

HSL color Cylindrical-coordinate representation of color #A888ED: hue angle of 259.01º 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 #A888ED is Cyan = 0.29, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB168136237-
CMYK0.290.4300.07
HSL259.01º73.72%73.14%-
HSV(B)259.01º42.62%92.94%-
XYZ40.2432.0584.19-
YUV157.08173.1135.79-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.05%
GREEN value IS 136 (53.52% from 255) = 25.14%
BLUE value IS 237 (92.97% from 255) = 43.81%
R=31.05%
G=25.14%
B=43.81%

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
Decimal1681362370.290.4300.07259.0173.7273.14
HexA888ED1D2B071034a49
Octal250210355355307403112111
Binary10101000100010001110110111101101011011110000001110010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A888ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A888ED; }

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

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

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

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

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

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

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

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