#A88BDD

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

Shades of Biloba Flower #A88BDD

Tints of Biloba Flower #A88BDD

Color information

#A88BDD (or 0xA88BDD) is unknown color: approx Biloba Flower. HEX triplet: A8, 8B and DD. RGB value is (168,139,221). Sum of RGB (Red+Green+Blue) = 168+139+221=528 (69% of max value = 765). Red value is 168 (66.02% from 255 or 31.82% from 528); Green value is 139 (54.69% from 255 or 26.33% from 528); Blue value is 221 (86.72% from 255 or 41.86% from 528); Max value from RGB is 221 - color contains mainly: blue. Hex color #A88BDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A88BDD is #577422. Grayscale: #9C9C9C. Windows color (decimal): -5731363 or 14519208. OLE color: 14519208.

HSL color Cylindrical-coordinate representation of color #A88BDD: hue angle of 261.22º 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 #A88BDD is Cyan = 0.24, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB168139221-
CMYK0.240.3700.13
HSL261.22º54.67%70.59%-
HSV(B)261.22º37.1%86.67%-
XYZ38.4332.0172.56-
YUV157.02164.11135.83-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.82%
GREEN value IS 139 (54.69% from 255) = 26.33%
BLUE value IS 221 (86.72% from 255) = 41.86%
R=31.82%
G=26.33%
B=41.86%

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
Decimal1681392210.240.3700.13261.2254.6770.59
HexA88BDD18250D1053747
Octal250213335304501540567107
Binary10101000100010111101110111000100101011011000001011101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88BDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88BDD; }

 p { color: rgb(168,139,221); }

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

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

 a { background-color: rgb(168,139,221); }

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

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

 span { border-color: rgb(168,139,221); }

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