#A484D6

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

Shades of Biloba Flower #A484D6

Tints of Biloba Flower #A484D6

Color information

#A484D6 (or 0xA484D6) is unknown color: approx Biloba Flower. HEX triplet: A4, 84 and D6. RGB value is (164,132,214). Sum of RGB (Red+Green+Blue) = 164+132+214=510 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.16% from 510); Green value is 132 (51.95% from 255 or 25.88% from 510); Blue value is 214 (83.98% from 255 or 41.96% from 510); Max value from RGB is 214 - color contains mainly: blue. Hex color #A484D6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A484D6 is #5B7B29. Grayscale: #969696. Windows color (decimal): -5995306 or 14058660. OLE color: 14058660.

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

Color convert

RGB164132214-
CMYK0.230.3800.16
HSL263.41º50%67.84%-
HSV(B)263.41º38.32%83.92%-
XYZ35.729.2567.38-
YUV150.92163.6137.33-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.16%
GREEN value IS 132 (51.95% from 255) = 25.88%
BLUE value IS 214 (83.98% from 255) = 41.96%
R=32.16%
G=25.88%
B=41.96%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1641322140.230.3800.16263.415067.84
HexA484D617260101073244
Octal244204326274602040762104
Binary101001001000010011010110101111001100100001000001111100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A484D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A484D6; }

 p { color: rgb(164,132,214); }

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

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

 a { background-color: rgb(164,132,214); }

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

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

 span { border-color: rgb(164,132,214); }

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