#A88FDD

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

Shades of Biloba Flower #A88FDD

Tints of Biloba Flower #A88FDD

Color information

#A88FDD (or 0xA88FDD) is unknown color: approx Biloba Flower. HEX triplet: A8, 8F and DD. RGB value is (168,143,221). Sum of RGB (Red+Green+Blue) = 168+143+221=532 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.58% from 532); Green value is 143 (56.25% from 255 or 26.88% from 532); Blue value is 221 (86.72% from 255 or 41.54% from 532); Max value from RGB is 221 - color contains mainly: blue. Hex color #A88FDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A88FDD is #577022. Grayscale: #9F9F9F. Windows color (decimal): -5730339 or 14520232. OLE color: 14520232.

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

Color convert

RGB168143221-
CMYK0.240.3500.13
HSL259.23º53.42%71.37%-
HSV(B)259.23º35.29%86.67%-
XYZ39.0233.1972.76-
YUV159.37162.78134.16-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.58%
GREEN value IS 143 (56.25% from 255) = 26.88%
BLUE value IS 221 (86.72% from 255) = 41.54%
R=31.58%
G=26.88%
B=41.54%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1681432210.240.3500.13259.2353.4271.37
HexA88FDD18230D1033547
Octal250217335304301540365107
Binary10101000100011111101110111000100011011011000000111101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88FDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88FDD; }

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

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

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

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

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

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

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

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