#A48DDE

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

Shades of Biloba Flower #A48DDE

Tints of Biloba Flower #A48DDE

Color information

#A48DDE (or 0xA48DDE) is unknown color: approx Biloba Flower. HEX triplet: A4, 8D and DE. RGB value is (164,141,222). Sum of RGB (Red+Green+Blue) = 164+141+222=527 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.12% from 527); Green value is 141 (55.47% from 255 or 26.76% from 527); Blue value is 222 (87.11% from 255 or 42.13% from 527); Max value from RGB is 222 - color contains mainly: blue. Hex color #A48DDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A48DDE is #5B7221. Grayscale: #9C9C9C. Windows color (decimal): -5992994 or 14585252. OLE color: 14585252.

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

Color convert

RGB164141222-
CMYK0.260.3600.13
HSL257.04º55.1%71.18%-
HSV(B)257.04º36.49%87.06%-
XYZ38.0232.2273.32-
YUV157.11164.62132.91-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.12%
GREEN value IS 141 (55.47% from 255) = 26.76%
BLUE value IS 222 (87.11% from 255) = 42.13%
R=31.12%
G=26.76%
B=42.13%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1641412220.260.3600.13257.0455.171.18
HexA48DDE1A240D1013747
Octal244215336324401540167107
Binary10100100100011011101111011010100100011011000000011101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48DDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48DDE; }

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

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

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

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

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

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

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

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