#A48AE9

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

Shades of Biloba Flower #A48AE9

Tints of Biloba Flower #A48AE9

Color information

#A48AE9 (or 0xA48AE9) is unknown color: approx Biloba Flower. HEX triplet: A4, 8A and E9. RGB value is (164,138,233). Sum of RGB (Red+Green+Blue) = 164+138+233=535 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.65% from 535); Green value is 138 (54.30% from 255 or 25.79% from 535); Blue value is 233 (91.41% from 255 or 43.55% from 535); Max value from RGB is 233 - color contains mainly: blue. Hex color #A48AE9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A48AE9 is #5B7516. Grayscale: #9C9C9C. Windows color (decimal): -5993751 or 15305380. OLE color: 15305380.

HSL color Cylindrical-coordinate representation of color #A48AE9: hue angle of 256.42º degrees, saturation: 0.68, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A48AE9 is Cyan = 0.30, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB164138233-
CMYK0.300.4100.09
HSL256.42º68.35%72.75%-
HSV(B)256.42º40.77%91.37%-
XYZ39.1131.9581.2-
YUV156.6171.11133.28-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.65%
GREEN value IS 138 (54.30% from 255) = 25.79%
BLUE value IS 233 (91.41% from 255) = 43.55%
R=30.65%
G=25.79%
B=43.55%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1641382330.300.4100.09256.4268.3572.75
HexA48AE91E29091004449
Octal2442123513651011400104111
Binary101001001000101011101001111101010010100110000000010001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48AE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48AE9; }

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

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

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

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

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

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

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

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