#A88DD4

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

Shades of Biloba Flower #A88DD4

Tints of Biloba Flower #A88DD4

Color information

#A88DD4 (or 0xA88DD4) is unknown color: approx Biloba Flower. HEX triplet: A8, 8D and D4. RGB value is (168,141,212). Sum of RGB (Red+Green+Blue) = 168+141+212=521 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.25% from 521); Green value is 141 (55.47% from 255 or 27.06% from 521); Blue value is 212 (83.20% from 255 or 40.69% from 521); Max value from RGB is 212 - color contains mainly: blue. Hex color #A88DD4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A88DD4 is #57722B. Grayscale: #9C9C9C. Windows color (decimal): -5730860 or 13929896. OLE color: 13929896.

HSL color Cylindrical-coordinate representation of color #A88DD4: hue angle of 262.82º degrees, saturation: 0.45, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A88DD4 is Cyan = 0.21, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB168141212-
CMYK0.210.3300.17
HSL262.82º45.22%69.22%-
HSV(B)262.82º33.49%83.14%-
XYZ37.5632.1366.51-
YUV157.17158.95135.73-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.25%
GREEN value IS 141 (55.47% from 255) = 27.06%
BLUE value IS 212 (83.20% from 255) = 40.69%
R=32.25%
G=27.06%
B=40.69%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1681412120.210.3300.17262.8245.2269.22
HexA88DD415210111072d45
Octal250215324254102140755105
Binary101010001000110111010100101011000010100011000001111011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88DD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88DD4; }

 p { color: rgb(168,141,212); }

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

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

 a { background-color: rgb(168,141,212); }

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

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

 span { border-color: rgb(168,141,212); }

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