#A488DF

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

Shades of Biloba Flower #A488DF

Tints of Biloba Flower #A488DF

Color information

#A488DF (or 0xA488DF) is unknown color: approx Biloba Flower. HEX triplet: A4, 88 and DF. RGB value is (164,136,223). Sum of RGB (Red+Green+Blue) = 164+136+223=523 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.36% from 523); Green value is 136 (53.52% from 255 or 26.00% from 523); Blue value is 223 (87.5% from 255 or 42.64% from 523); Max value from RGB is 223 - color contains mainly: blue. Hex color #A488DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A488DF is #5B7720. Grayscale: #999999. Windows color (decimal): -5994273 or 14649508. OLE color: 14649508.

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

Color convert

RGB164136223-
CMYK0.260.3900.13
HSL259.31º57.62%70.39%-
HSV(B)259.31º39.01%87.45%-
XYZ37.4330.8373.79-
YUV154.29166.78134.93-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.36%
GREEN value IS 136 (53.52% from 255) = 26.00%
BLUE value IS 223 (87.5% from 255) = 42.64%
R=31.36%
G=26.00%
B=42.64%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1641362230.260.3900.13259.3157.6270.39
HexA488DF1A270D1033a46
Octal244210337324701540372106
Binary10100100100010001101111111010100111011011000000111110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A488DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A488DF; }

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

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

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

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

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

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

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

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