#A88BDA

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

Shades of Biloba Flower #A88BDA

Tints of Biloba Flower #A88BDA

Color information

#A88BDA (or 0xA88BDA) is unknown color: approx Biloba Flower. HEX triplet: A8, 8B and DA. RGB value is (168,139,218). Sum of RGB (Red+Green+Blue) = 168+139+218=525 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32% from 525); Green value is 139 (54.69% from 255 or 26.48% from 525); Blue value is 218 (85.55% from 255 or 41.52% from 525); Max value from RGB is 218 - color contains mainly: blue. Hex color #A88BDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A88BDA is #577425. Grayscale: #9C9C9C. Windows color (decimal): -5731366 or 14322600. OLE color: 14322600.

HSL color Cylindrical-coordinate representation of color #A88BDA: hue angle of 262.03º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A88BDA is Cyan = 0.23, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB168139218-
CMYK0.230.3600.15
HSL262.03º51.63%70%-
HSV(B)262.03º36.24%85.49%-
XYZ38.0431.8570.47-
YUV156.68162.61136.08-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32%
GREEN value IS 139 (54.69% from 255) = 26.48%
BLUE value IS 218 (85.55% from 255) = 41.52%
R=32%
G=26.48%
B=41.52%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1681392180.230.3600.15262.0351.6370
HexA88BDA17240F1063446
Octal250213332274401740664106
Binary10101000100010111101101010111100100011111000001101101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88BDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88BDA; }

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

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

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

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

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

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

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

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