#A48FEE

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

Shades of Biloba Flower #A48FEE

Tints of Biloba Flower #A48FEE

Color information

#A48FEE (or 0xA48FEE) is unknown color: approx Biloba Flower. HEX triplet: A4, 8F and EE. RGB value is (164,143,238). Sum of RGB (Red+Green+Blue) = 164+143+238=545 (72% of max value = 765). Red value is 164 (64.45% from 255 or 30.09% from 545); Green value is 143 (56.25% from 255 or 26.24% from 545); Blue value is 238 (93.36% from 255 or 43.67% from 545); Max value from RGB is 238 - color contains mainly: blue. Hex color #A48FEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A48FEE is #5B7011. Grayscale: #9F9F9F. Windows color (decimal): -5992466 or 15634340. OLE color: 15634340.

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

Color convert

RGB164143238-
CMYK0.310.4000.07
HSL253.26º73.64%74.71%-
HSV(B)253.26º39.92%93.33%-
XYZ40.5633.7185.26-
YUV160.11171.96130.78-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.09%
GREEN value IS 143 (56.25% from 255) = 26.24%
BLUE value IS 238 (93.36% from 255) = 43.67%
R=30.09%
G=26.24%
B=43.67%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1641432380.310.4000.07253.2673.6474.71
HexA48FEE1F2807fd4a4b
Octal244217356375007375112113
Binary1010010010001111111011101111110100001111111110110010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48FEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48FEE; }

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

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

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

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

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

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

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

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