#A583DB

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

Shades of Biloba Flower #A583DB

Tints of Biloba Flower #A583DB

Color information

#A583DB (or 0xA583DB) is unknown color: approx Biloba Flower. HEX triplet: A5, 83 and DB. RGB value is (165,131,219). Sum of RGB (Red+Green+Blue) = 165+131+219=515 (68% of max value = 765). Red value is 165 (64.84% from 255 or 32.04% from 515); Green value is 131 (51.56% from 255 or 25.44% from 515); Blue value is 219 (85.94% from 255 or 42.52% from 515); Max value from RGB is 219 - color contains mainly: blue. Hex color #A583DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A583DB is #5A7C24. Grayscale: #969696. Windows color (decimal): -5930021 or 14386085. OLE color: 14386085.

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

Color convert

RGB165131219-
CMYK0.250.4000.14
HSL263.18º55%68.63%-
HSV(B)263.18º40.18%85.88%-
XYZ36.4229.3570.76-
YUV151.2166.26137.84-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.04%
GREEN value IS 131 (51.56% from 255) = 25.44%
BLUE value IS 219 (85.94% from 255) = 42.52%
R=32.04%
G=25.44%
B=42.52%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1651312190.250.4000.14263.185568.63
HexA583DB19280E1073745
Octal245203333315001640767105
Binary10100101100000111101101111001101000011101000001111101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A583DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A583DB; }

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

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

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

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

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

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

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

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