#A584DD

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

Shades of Biloba Flower #A584DD

Tints of Biloba Flower #A584DD

Color information

#A584DD (or 0xA584DD) is unknown color: approx Biloba Flower. HEX triplet: A5, 84 and DD. RGB value is (165,132,221). Sum of RGB (Red+Green+Blue) = 165+132+221=518 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.85% from 518); Green value is 132 (51.95% from 255 or 25.48% from 518); Blue value is 221 (86.72% from 255 or 42.66% from 518); Max value from RGB is 221 - color contains mainly: blue. Hex color #A584DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A584DD is #5A7B22. Grayscale: #979797. Windows color (decimal): -5929763 or 14517413. OLE color: 14517413.

HSL color Cylindrical-coordinate representation of color #A584DD: hue angle of 262.25º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A584DD is Cyan = 0.25, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB165132221-
CMYK0.250.4000.13
HSL262.25º56.69%69.22%-
HSV(B)262.25º40.27%86.67%-
XYZ36.8229.7272.2-
YUV152.01166.93137.26-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.85%
GREEN value IS 132 (51.95% from 255) = 25.48%
BLUE value IS 221 (86.72% from 255) = 42.66%
R=31.85%
G=25.48%
B=42.66%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1651322210.250.4000.13262.2556.6969.22
HexA584DD19280D1063945
Octal245204335315001540671105
Binary10100101100001001101110111001101000011011000001101110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A584DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A584DD; }

 p { color: rgb(165,132,221); }

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

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

 a { background-color: rgb(165,132,221); }

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

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

 span { border-color: rgb(165,132,221); }

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