#A48AE1

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

Shades of Biloba Flower #A48AE1

Tints of Biloba Flower #A48AE1

Color information

#A48AE1 (or 0xA48AE1) is unknown color: approx Biloba Flower. HEX triplet: A4, 8A and E1. RGB value is (164,138,225). Sum of RGB (Red+Green+Blue) = 164+138+225=527 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.12% from 527); Green value is 138 (54.30% from 255 or 26.19% from 527); Blue value is 225 (88.28% from 255 or 42.69% from 527); Max value from RGB is 225 - color contains mainly: blue. Hex color #A48AE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A48AE1 is #5B751E. Grayscale: #9B9B9B. Windows color (decimal): -5993759 or 14781092. OLE color: 14781092.

HSL color Cylindrical-coordinate representation of color #A48AE1: hue angle of 257.93º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A48AE1 is Cyan = 0.27, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB164138225-
CMYK0.270.3900.12
HSL257.93º59.18%71.18%-
HSV(B)257.93º38.67%88.24%-
XYZ37.9931.5175.31-
YUV155.69167.11133.93-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.12%
GREEN value IS 138 (54.30% from 255) = 26.19%
BLUE value IS 225 (88.28% from 255) = 42.69%
R=31.12%
G=26.19%
B=42.69%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1641382250.270.3900.12257.9359.1871.18
HexA48AE11B270C1023b47
Octal244212341334701440273107
Binary10100100100010101110000111011100111011001000000101110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48AE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48AE1; }

 p { color: rgb(164,138,225); }

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

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

 a { background-color: rgb(164,138,225); }

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

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

 span { border-color: rgb(164,138,225); }

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