#A48BEE

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

Shades of Biloba Flower #A48BEE

Tints of Biloba Flower #A48BEE

Color information

#A48BEE (or 0xA48BEE) is unknown color: approx Biloba Flower. HEX triplet: A4, 8B and EE. RGB value is (164,139,238). Sum of RGB (Red+Green+Blue) = 164+139+238=541 (71% of max value = 765). Red value is 164 (64.45% from 255 or 30.31% from 541); Green value is 139 (54.69% from 255 or 25.69% from 541); Blue value is 238 (93.36% from 255 or 43.99% from 541); Max value from RGB is 238 - color contains mainly: blue. Hex color #A48BEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A48BEE is #5B7411. Grayscale: #9D9D9D. Windows color (decimal): -5993490 or 15633316. OLE color: 15633316.

HSL color Cylindrical-coordinate representation of color #A48BEE: hue angle of 255.15º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A48BEE is Cyan = 0.31, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB164139238-
CMYK0.310.4200.07
HSL255.15º74.44%73.92%-
HSV(B)255.15º41.6%93.33%-
XYZ39.9832.5385.06-
YUV157.76173.28132.45-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.31%
GREEN value IS 139 (54.69% from 255) = 25.69%
BLUE value IS 238 (93.36% from 255) = 43.99%
R=30.31%
G=25.69%
B=43.99%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1641392380.310.4200.07255.1574.4473.92
HexA48BEE1F2A07ff4a4a
Octal244213356375207377112112
Binary1010010010001011111011101111110101001111111111110010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48BEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48BEE; }

 p { color: rgb(164,139,238); }

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

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

 a { background-color: rgb(164,139,238); }

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

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

 span { border-color: rgb(164,139,238); }

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