#A88CDE

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

Shades of Biloba Flower #A88CDE

Tints of Biloba Flower #A88CDE

Color information

#A88CDE (or 0xA88CDE) is unknown color: approx Biloba Flower. HEX triplet: A8, 8C and DE. RGB value is (168,140,222). Sum of RGB (Red+Green+Blue) = 168+140+222=530 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.70% from 530); Green value is 140 (55.08% from 255 or 26.42% from 530); Blue value is 222 (87.11% from 255 or 41.89% from 530); Max value from RGB is 222 - color contains mainly: blue. Hex color #A88CDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A88CDE is #577321. Grayscale: #9D9D9D. Windows color (decimal): -5731106 or 14585000. OLE color: 14585000.

HSL color Cylindrical-coordinate representation of color #A88CDE: hue angle of 260.49º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A88CDE is Cyan = 0.24, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB168140222-
CMYK0.240.3700.13
HSL260.49º55.41%70.98%-
HSV(B)260.49º36.94%87.06%-
XYZ38.7132.3573.31-
YUV157.72164.28135.33-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.70%
GREEN value IS 140 (55.08% from 255) = 26.42%
BLUE value IS 222 (87.11% from 255) = 41.89%
R=31.70%
G=26.42%
B=41.89%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1681402220.240.3700.13260.4955.4170.98
HexA88CDE18250D1043747
Octal250214336304501540467107
Binary10101000100011001101111011000100101011011000001001101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88CDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88CDE; }

 p { color: rgb(168,140,222); }

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

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

 a { background-color: rgb(168,140,222); }

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

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

 span { border-color: rgb(168,140,222); }

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