#A88CD7

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

Shades of Biloba Flower #A88CD7

Tints of Biloba Flower #A88CD7

Color information

#A88CD7 (or 0xA88CD7) is unknown color: approx Biloba Flower. HEX triplet: A8, 8C and D7. RGB value is (168,140,215). Sum of RGB (Red+Green+Blue) = 168+140+215=523 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.12% from 523); Green value is 140 (55.08% from 255 or 26.77% from 523); Blue value is 215 (84.38% from 255 or 41.11% from 523); Max value from RGB is 215 - color contains mainly: blue. Hex color #A88CD7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A88CD7 is #577328. Grayscale: #9C9C9C. Windows color (decimal): -5731113 or 14126248. OLE color: 14126248.

HSL color Cylindrical-coordinate representation of color #A88CD7: hue angle of 262.4º degrees, saturation: 0.48, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A88CD7 is Cyan = 0.22, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB168140215-
CMYK0.220.3500.16
HSL262.4º48.39%69.61%-
HSV(B)262.4º34.88%84.31%-
XYZ37.7931.9968.47-
YUV156.92160.78135.9-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.12%
GREEN value IS 140 (55.08% from 255) = 26.77%
BLUE value IS 215 (84.38% from 255) = 41.11%
R=32.12%
G=26.77%
B=41.11%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1681402150.220.3500.16262.448.3969.61
HexA88CD716230101063046
Octal250214327264302040660106
Binary101010001000110011010111101101000110100001000001101100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88CD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88CD7; }

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

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

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

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

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

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

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

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