#A88FDE

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

Shades of Biloba Flower #A88FDE

Tints of Biloba Flower #A88FDE

Color information

#A88FDE (or 0xA88FDE) is unknown color: approx Biloba Flower. HEX triplet: A8, 8F and DE. RGB value is (168,143,222). Sum of RGB (Red+Green+Blue) = 168+143+222=533 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.52% from 533); Green value is 143 (56.25% from 255 or 26.83% from 533); Blue value is 222 (87.11% from 255 or 41.65% from 533); Max value from RGB is 222 - color contains mainly: blue. Hex color #A88FDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A88FDE is #577021. Grayscale: #9F9F9F. Windows color (decimal): -5730338 or 14585768. OLE color: 14585768.

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

Color convert

RGB168143222-
CMYK0.240.3600.13
HSL258.99º54.48%71.57%-
HSV(B)258.99º35.59%87.06%-
XYZ39.1633.2473.46-
YUV159.48163.28134.08-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.52%
GREEN value IS 143 (56.25% from 255) = 26.83%
BLUE value IS 222 (87.11% from 255) = 41.65%
R=31.52%
G=26.83%
B=41.65%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1681432220.240.3600.13258.9954.4871.57
HexA88FDE18240D1033648
Octal250217336304401540366110
Binary10101000100011111101111011000100100011011000000111101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88FDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88FDE; }

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

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

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

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

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

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

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

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