#A48ED9

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

Shades of Biloba Flower #A48ED9

Tints of Biloba Flower #A48ED9

Color information

#A48ED9 (or 0xA48ED9) is unknown color: approx Biloba Flower. HEX triplet: A4, 8E and D9. RGB value is (164,142,217). Sum of RGB (Red+Green+Blue) = 164+142+217=523 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.36% from 523); Green value is 142 (55.86% from 255 or 27.15% from 523); Blue value is 217 (85.16% from 255 or 41.49% from 523); Max value from RGB is 217 - color contains mainly: blue. Hex color #A48ED9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A48ED9 is #5B7126. Grayscale: #9C9C9C. Windows color (decimal): -5992743 or 14257828. OLE color: 14257828.

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

Color convert

RGB164142217-
CMYK0.240.3500.15
HSL257.6º49.67%70.39%-
HSV(B)257.6º34.56%85.1%-
XYZ37.5132.2569.89-
YUV157.13161.79132.9-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.36%
GREEN value IS 142 (55.86% from 255) = 27.15%
BLUE value IS 217 (85.16% from 255) = 41.49%
R=31.36%
G=27.15%
B=41.49%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1641422170.240.3500.15257.649.6770.39
HexA48ED918230F1023246
Octal244216331304301740262106
Binary10100100100011101101100111000100011011111000000101100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48ED9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48ED9; }

 p { color: rgb(164,142,217); }

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

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

 a { background-color: rgb(164,142,217); }

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

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

 span { border-color: rgb(164,142,217); }

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