#A483DB

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

Shades of Biloba Flower #A483DB

Tints of Biloba Flower #A483DB

Color information

#A483DB (or 0xA483DB) is unknown color: approx Biloba Flower. HEX triplet: A4, 83 and DB. RGB value is (164,131,219). Sum of RGB (Red+Green+Blue) = 164+131+219=514 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.91% from 514); Green value is 131 (51.56% from 255 or 25.49% from 514); Blue value is 219 (85.94% from 255 or 42.61% from 514); Max value from RGB is 219 - color contains mainly: blue. Hex color #A483DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A483DB is #5B7C24. Grayscale: #969696. Windows color (decimal): -5995557 or 14386084. OLE color: 14386084.

HSL color Cylindrical-coordinate representation of color #A483DB: hue angle of 262.5º 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 #A483DB is Cyan = 0.25, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB164131219-
CMYK0.250.4000.14
HSL262.5º55%68.63%-
HSV(B)262.5º40.18%85.88%-
XYZ36.2129.2470.75-
YUV150.9166.43137.34-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.91%
GREEN value IS 131 (51.56% from 255) = 25.49%
BLUE value IS 219 (85.94% from 255) = 42.61%
R=31.91%
G=25.49%
B=42.61%

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
Decimal1641312190.250.4000.14262.55568.63
HexA483DB19280E1063745
Octal244203333315001640667105
Binary10100100100000111101101111001101000011101000001101101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A483DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A483DB; }

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

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

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

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

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

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

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

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