#A583DE

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

Shades of Biloba Flower #A583DE

Tints of Biloba Flower #A583DE

Color information

#A583DE (or 0xA583DE) is unknown color: approx Biloba Flower. HEX triplet: A5, 83 and DE. RGB value is (165,131,222). Sum of RGB (Red+Green+Blue) = 165+131+222=518 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.85% from 518); Green value is 131 (51.56% from 255 or 25.29% from 518); Blue value is 222 (87.11% from 255 or 42.86% from 518); Max value from RGB is 222 - color contains mainly: blue. Hex color #A583DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A583DE is #5A7C21. Grayscale: #979797. Windows color (decimal): -5930018 or 14582693. OLE color: 14582693.

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

Color convert

RGB165131222-
CMYK0.260.4100.13
HSL262.42º57.96%69.22%-
HSV(B)262.42º40.99%87.06%-
XYZ36.8229.5172.86-
YUV151.54167.76137.6-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.85%
GREEN value IS 131 (51.56% from 255) = 25.29%
BLUE value IS 222 (87.11% from 255) = 42.86%
R=31.85%
G=25.29%
B=42.86%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1651312220.260.4100.13262.4257.9669.22
HexA583DE1A290D1063a45
Octal245203336325101540672105
Binary10100101100000111101111011010101001011011000001101110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A583DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A583DE; }

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

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

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

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

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

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

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

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