#A588DC

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

Shades of Biloba Flower #A588DC

Tints of Biloba Flower #A588DC

Color information

#A588DC (or 0xA588DC) is unknown color: approx Biloba Flower. HEX triplet: A5, 88 and DC. RGB value is (165,136,220). Sum of RGB (Red+Green+Blue) = 165+136+220=521 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.67% from 521); Green value is 136 (53.52% from 255 or 26.10% from 521); Blue value is 220 (86.33% from 255 or 42.23% from 521); Max value from RGB is 220 - color contains mainly: blue. Hex color #A588DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A588DC is #5A7723. Grayscale: #999999. Windows color (decimal): -5928740 or 14452901. OLE color: 14452901.

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

Color convert

RGB165136220-
CMYK0.250.3800.14
HSL260.71º54.55%69.8%-
HSV(B)260.71º38.18%86.27%-
XYZ37.2430.7771.69-
YUV154.25165.11135.67-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.67%
GREEN value IS 136 (53.52% from 255) = 26.10%
BLUE value IS 220 (86.33% from 255) = 42.23%
R=31.67%
G=26.10%
B=42.23%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1651362200.250.3800.14260.7154.5569.8
HexA588DC19260E1053746
Octal245210334314601640567106
Binary10100101100010001101110011001100110011101000001011101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A588DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A588DC; }

 p { color: rgb(165,136,220); }

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

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

 a { background-color: rgb(165,136,220); }

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

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

 span { border-color: rgb(165,136,220); }

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