#A488DD

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

Shades of Biloba Flower #A488DD

Tints of Biloba Flower #A488DD

Color information

#A488DD (or 0xA488DD) is unknown color: approx Biloba Flower. HEX triplet: A4, 88 and DD. RGB value is (164,136,221). Sum of RGB (Red+Green+Blue) = 164+136+221=521 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.48% from 521); Green value is 136 (53.52% from 255 or 26.10% from 521); Blue value is 221 (86.72% from 255 or 42.42% from 521); Max value from RGB is 221 - color contains mainly: blue. Hex color #A488DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A488DD is #5B7722. Grayscale: #999999. Windows color (decimal): -5994275 or 14518436. OLE color: 14518436.

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

Color convert

RGB164136221-
CMYK0.260.3800.13
HSL259.76º55.56%70%-
HSV(B)259.76º38.46%86.67%-
XYZ37.1730.7272.38-
YUV154.06165.78135.09-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.48%
GREEN value IS 136 (53.52% from 255) = 26.10%
BLUE value IS 221 (86.72% from 255) = 42.42%
R=31.48%
G=26.10%
B=42.42%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1641362210.260.3800.13259.7655.5670
HexA488DD1A260D1043846
Octal244210335324601540470106
Binary10100100100010001101110111010100110011011000001001110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A488DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A488DD; }

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

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

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

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

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

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

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

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