#A48FDE

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

Shades of Biloba Flower #A48FDE

Tints of Biloba Flower #A48FDE

Color information

#A48FDE (or 0xA48FDE) is unknown color: approx Biloba Flower. HEX triplet: A4, 8F and DE. RGB value is (164,143,222). Sum of RGB (Red+Green+Blue) = 164+143+222=529 (70% of max value = 765). Red value is 164 (64.45% from 255 or 31.00% from 529); Green value is 143 (56.25% from 255 or 27.03% from 529); Blue value is 222 (87.11% from 255 or 41.97% from 529); Max value from RGB is 222 - color contains mainly: blue. Hex color #A48FDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A48FDE is #5B7021. Grayscale: #9D9D9D. Windows color (decimal): -5992482 or 14585764. OLE color: 14585764.

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

Color convert

RGB164143222-
CMYK0.260.3600.13
HSL255.95º54.48%71.57%-
HSV(B)255.95º35.59%87.06%-
XYZ38.3232.8173.42-
YUV158.28163.96132.08-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.00%
GREEN value IS 143 (56.25% from 255) = 27.03%
BLUE value IS 222 (87.11% from 255) = 41.97%
R=31.00%
G=27.03%
B=41.97%

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
Decimal1641432220.260.3600.13255.9554.4871.57
HexA48FDE1A240D1003648
Octal244217336324401540066110
Binary10100100100011111101111011010100100011011000000001101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48FDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48FDE; }

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

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

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

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

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

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

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

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