#A48DD7

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

Shades of Biloba Flower #A48DD7

Tints of Biloba Flower #A48DD7

Color information

#A48DD7 (or 0xA48DD7) is unknown color: approx Biloba Flower. HEX triplet: A4, 8D and D7. RGB value is (164,141,215). Sum of RGB (Red+Green+Blue) = 164+141+215=520 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.54% from 520); Green value is 141 (55.47% from 255 or 27.12% from 520); Blue value is 215 (84.38% from 255 or 41.35% from 520); Max value from RGB is 215 - color contains mainly: blue. Hex color #A48DD7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A48DD7 is #5B7228. Grayscale: #9C9C9C. Windows color (decimal): -5993001 or 14126500. OLE color: 14126500.

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

Color convert

RGB164141215-
CMYK0.240.3400.16
HSL258.65º48.05%69.8%-
HSV(B)258.65º34.42%84.31%-
XYZ37.131.8568.48-
YUV156.31161.12133.48-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.54%
GREEN value IS 141 (55.47% from 255) = 27.12%
BLUE value IS 215 (84.38% from 255) = 41.35%
R=31.54%
G=27.12%
B=41.35%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1641412150.240.3400.16258.6548.0569.8
HexA48DD718220101033046
Octal244215327304202040360106
Binary101001001000110111010111110001000100100001000000111100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48DD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48DD7; }

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

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

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

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

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

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

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

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