#A583DD

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

Shades of Biloba Flower #A583DD

Tints of Biloba Flower #A583DD

Color information

#A583DD (or 0xA583DD) is unknown color: approx Biloba Flower. HEX triplet: A5, 83 and DD. RGB value is (165,131,221). Sum of RGB (Red+Green+Blue) = 165+131+221=517 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.91% from 517); Green value is 131 (51.56% from 255 or 25.34% from 517); Blue value is 221 (86.72% from 255 or 42.75% from 517); Max value from RGB is 221 - color contains mainly: blue. Hex color #A583DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A583DD is #5A7C22. Grayscale: #979797. Windows color (decimal): -5930019 or 14517157. OLE color: 14517157.

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

Color convert

RGB165131221-
CMYK0.250.4100.13
HSL262.67º56.96%69.02%-
HSV(B)262.67º40.72%86.67%-
XYZ36.6829.4572.16-
YUV151.43167.26137.68-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.91%
GREEN value IS 131 (51.56% from 255) = 25.34%
BLUE value IS 221 (86.72% from 255) = 42.75%
R=31.91%
G=25.34%
B=42.75%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1651312210.250.4100.13262.6756.9669.02
HexA583DD19290D1073945
Octal245203335315101540771105
Binary10100101100000111101110111001101001011011000001111110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A583DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A583DD; }

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

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

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

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

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

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

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

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