#A48EEB

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

Shades of Biloba Flower #A48EEB

Tints of Biloba Flower #A48EEB

Color information

#A48EEB (or 0xA48EEB) is unknown color: approx Biloba Flower. HEX triplet: A4, 8E and EB. RGB value is (164,142,235). Sum of RGB (Red+Green+Blue) = 164+142+235=541 (71% of max value = 765). Red value is 164 (64.45% from 255 or 30.31% from 541); Green value is 142 (55.86% from 255 or 26.25% from 541); Blue value is 235 (92.19% from 255 or 43.44% from 541); Max value from RGB is 235 - color contains mainly: blue. Hex color #A48EEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A48EEB is #5B7114. Grayscale: #9E9E9E. Windows color (decimal): -5992725 or 15437476. OLE color: 15437476.

HSL color Cylindrical-coordinate representation of color #A48EEB: hue angle of 254.19º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A48EEB is Cyan = 0.30, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB164142235-
CMYK0.300.4000.08
HSL254.19º69.92%73.92%-
HSV(B)254.19º39.57%92.16%-
XYZ39.9833.2482.91-
YUV159.18170.79131.44-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.31%
GREEN value IS 142 (55.86% from 255) = 26.25%
BLUE value IS 235 (92.19% from 255) = 43.44%
R=30.31%
G=26.25%
B=43.44%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1641422350.300.4000.08254.1969.9273.92
HexA48EEB1E2808fe464a
Octal2442163533650010376106112
Binary10100100100011101110101111110101000010001111111010001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48EEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48EEB; }

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

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

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

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

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

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

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

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