#A888CE

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

Shades of Biloba Flower #A888CE

Tints of Biloba Flower #A888CE

Color information

#A888CE (or 0xA888CE) is unknown color: approx Biloba Flower. HEX triplet: A8, 88 and CE. RGB value is (168,136,206). Sum of RGB (Red+Green+Blue) = 168+136+206=510 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.94% from 510); Green value is 136 (53.52% from 255 or 26.67% from 510); Blue value is 206 (80.86% from 255 or 40.39% from 510); Max value from RGB is 206 - color contains mainly: blue. Hex color #A888CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A888CE is #577731. Grayscale: #999999. Windows color (decimal): -5732146 or 13535400. OLE color: 13535400.

HSL color Cylindrical-coordinate representation of color #A888CE: hue angle of 267.43º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A888CE is Cyan = 0.18, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB168136206-
CMYK0.180.3400.19
HSL267.43º41.67%67.06%-
HSV(B)267.43º33.98%80.78%-
XYZ36.0930.3962.36-
YUV153.55157.6138.31-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.94%
GREEN value IS 136 (53.52% from 255) = 26.67%
BLUE value IS 206 (80.86% from 255) = 40.39%
R=32.94%
G=26.67%
B=40.39%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1681362060.180.3400.19267.4341.6767.06
HexA888CE122201310b2a43
Octal250210316224202341352103
Binary101010001000100011001110100101000100100111000010111010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A888CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A888CE; }

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

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

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

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

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

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

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

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