#A48DDF

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

Shades of Biloba Flower #A48DDF

Tints of Biloba Flower #A48DDF

Color information

#A48DDF (or 0xA48DDF) is unknown color: approx Biloba Flower. HEX triplet: A4, 8D and DF. RGB value is (164,141,223). Sum of RGB (Red+Green+Blue) = 164+141+223=528 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.06% from 528); Green value is 141 (55.47% from 255 or 26.70% from 528); Blue value is 223 (87.5% from 255 or 42.23% from 528); Max value from RGB is 223 - color contains mainly: blue. Hex color #A48DDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A48DDF is #5B7220. Grayscale: #9C9C9C. Windows color (decimal): -5992993 or 14650788. OLE color: 14650788.

HSL color Cylindrical-coordinate representation of color #A48DDF: hue angle of 256.83º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A48DDF is Cyan = 0.26, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB164141223-
CMYK0.260.3700.13
HSL256.83º56.16%71.37%-
HSV(B)256.83º36.77%87.45%-
XYZ38.1532.2774.03-
YUV157.22165.12132.83-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.06%
GREEN value IS 141 (55.47% from 255) = 26.70%
BLUE value IS 223 (87.5% from 255) = 42.23%
R=31.06%
G=26.70%
B=42.23%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1641412230.260.3700.13256.8356.1671.37
HexA48DDF1A250D1013847
Octal244215337324501540170107
Binary10100100100011011101111111010100101011011000000011110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48DDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48DDF; }

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

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

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

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

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

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

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

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