#A48FDA

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

Shades of Biloba Flower #A48FDA

Tints of Biloba Flower #A48FDA

Color information

#A48FDA (or 0xA48FDA) is unknown color: approx Biloba Flower. HEX triplet: A4, 8F and DA. RGB value is (164,143,218). Sum of RGB (Red+Green+Blue) = 164+143+218=525 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.24% from 525); Green value is 143 (56.25% from 255 or 27.24% from 525); Blue value is 218 (85.55% from 255 or 41.52% from 525); Max value from RGB is 218 - color contains mainly: blue. Hex color #A48FDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A48FDA is #5B7025. Grayscale: #9D9D9D. Windows color (decimal): -5992486 or 14323620. OLE color: 14323620.

HSL color Cylindrical-coordinate representation of color #A48FDA: hue angle of 256.8º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A48FDA is Cyan = 0.25, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB164143218-
CMYK0.250.3400.15
HSL256.8º50.34%70.78%-
HSV(B)256.8º34.4%85.49%-
XYZ37.7932.670.63-
YUV157.83161.96132.4-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.24%
GREEN value IS 143 (56.25% from 255) = 27.24%
BLUE value IS 218 (85.55% from 255) = 41.52%
R=31.24%
G=27.24%
B=41.52%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1641432180.250.3400.15256.850.3470.78
HexA48FDA19220F1013247
Octal244217332314201740162107
Binary10100100100011111101101011001100010011111000000011100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48FDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48FDA; }

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

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

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

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

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

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

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

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