#A88AD0

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

Shades of Biloba Flower #A88AD0

Tints of Biloba Flower #A88AD0

Color information

#A88AD0 (or 0xA88AD0) is unknown color: approx Biloba Flower. HEX triplet: A8, 8A and D0. RGB value is (168,138,208). Sum of RGB (Red+Green+Blue) = 168+138+208=514 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.68% from 514); Green value is 138 (54.30% from 255 or 26.85% from 514); Blue value is 208 (81.64% from 255 or 40.47% from 514); Max value from RGB is 208 - color contains mainly: blue. Hex color #A88AD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A88AD0 is #57752F. Grayscale: #9A9A9A. Windows color (decimal): -5731632 or 13666984. OLE color: 13666984.

HSL color Cylindrical-coordinate representation of color #A88AD0: hue angle of 265.71º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A88AD0 is Cyan = 0.19, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB168138208-
CMYK0.190.3400.18
HSL265.71º42.68%67.84%-
HSV(B)265.71º33.65%81.57%-
XYZ36.6231.0663.74-
YUV154.95157.94137.31-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.68%
GREEN value IS 138 (54.30% from 255) = 26.85%
BLUE value IS 208 (81.64% from 255) = 40.47%
R=32.68%
G=26.85%
B=40.47%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1681382080.190.3400.18265.7142.6867.84
HexA88AD0132201210a2b44
Octal250212320234202241253104
Binary101010001000101011010000100111000100100101000010101010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88AD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88AD0; }

 p { color: rgb(168,138,208); }

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

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

 a { background-color: rgb(168,138,208); }

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

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

 span { border-color: rgb(168,138,208); }

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