#A88ADD

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

Shades of Biloba Flower #A88ADD

Tints of Biloba Flower #A88ADD

Color information

#A88ADD (or 0xA88ADD) is unknown color: approx Biloba Flower. HEX triplet: A8, 8A and DD. RGB value is (168,138,221). Sum of RGB (Red+Green+Blue) = 168+138+221=527 (69% of max value = 765). Red value is 168 (66.02% from 255 or 31.88% from 527); Green value is 138 (54.30% from 255 or 26.19% from 527); Blue value is 221 (86.72% from 255 or 41.94% from 527); Max value from RGB is 221 - color contains mainly: blue. Hex color #A88ADD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A88ADD is #577522. Grayscale: #9C9C9C. Windows color (decimal): -5731619 or 14518952. OLE color: 14518952.

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

Color convert

RGB168138221-
CMYK0.240.3800.13
HSL261.69º54.97%70.39%-
HSV(B)261.69º37.56%86.67%-
XYZ38.2931.7272.51-
YUV156.43164.44136.25-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.88%
GREEN value IS 138 (54.30% from 255) = 26.19%
BLUE value IS 221 (86.72% from 255) = 41.94%
R=31.88%
G=26.19%
B=41.94%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1681382210.240.3800.13261.6954.9770.39
HexA88ADD18260D1063746
Octal250212335304601540667106
Binary10101000100010101101110111000100110011011000001101101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88ADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88ADD; }

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

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

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

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

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

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

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

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