#A483D7

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

Shades of Biloba Flower #A483D7

Tints of Biloba Flower #A483D7

Color information

#A483D7 (or 0xA483D7) is unknown color: approx Biloba Flower. HEX triplet: A4, 83 and D7. RGB value is (164,131,215). Sum of RGB (Red+Green+Blue) = 164+131+215=510 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.16% from 510); Green value is 131 (51.56% from 255 or 25.69% from 510); Blue value is 215 (84.38% from 255 or 42.16% from 510); Max value from RGB is 215 - color contains mainly: blue. Hex color #A483D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A483D7 is #5B7C28. Grayscale: #969696. Windows color (decimal): -5995561 or 14123940. OLE color: 14123940.

HSL color Cylindrical-coordinate representation of color #A483D7: hue angle of 263.57º degrees, saturation: 0.51, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A483D7 is Cyan = 0.24, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB164131215-
CMYK0.240.3900.16
HSL263.57º51.22%67.84%-
HSV(B)263.57º39.07%84.31%-
XYZ35.6929.0368.01-
YUV150.44164.43137.67-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.16%
GREEN value IS 131 (51.56% from 255) = 25.69%
BLUE value IS 215 (84.38% from 255) = 42.16%
R=32.16%
G=25.69%
B=42.16%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1641312150.240.3900.16263.5751.2267.84
HexA483D718270101083344
Octal244203327304702041063104
Binary101001001000001111010111110001001110100001000010001100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A483D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A483D7; }

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

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

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

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

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

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

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

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