#A888DD

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

Shades of Biloba Flower #A888DD

Tints of Biloba Flower #A888DD

Color information

#A888DD (or 0xA888DD) is unknown color: approx Biloba Flower. HEX triplet: A8, 88 and DD. RGB value is (168,136,221). Sum of RGB (Red+Green+Blue) = 168+136+221=525 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32% from 525); Green value is 136 (53.52% from 255 or 25.90% from 525); Blue value is 221 (86.72% from 255 or 42.10% from 525); Max value from RGB is 221 - color contains mainly: blue. Hex color #A888DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A888DD is #577722. Grayscale: #9A9A9A. Windows color (decimal): -5732131 or 14518440. OLE color: 14518440.

HSL color Cylindrical-coordinate representation of color #A888DD: hue angle of 262.59º degrees, saturation: 0.56, 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 #A888DD is Cyan = 0.24, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB168136221-
CMYK0.240.3800.13
HSL262.59º55.56%70%-
HSV(B)262.59º38.46%86.67%-
XYZ3831.1572.42-
YUV155.26165.1137.09-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32%
GREEN value IS 136 (53.52% from 255) = 25.90%
BLUE value IS 221 (86.72% from 255) = 42.10%
R=32%
G=25.90%
B=42.10%

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
Decimal1681362210.240.3800.13262.5955.5670
HexA888DD18260D1073846
Octal250210335304601540770106
Binary10101000100010001101110111000100110011011000001111110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A888DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A888DD; }

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

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

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

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

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

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

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

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