#A48ECE

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

Shades of Biloba Flower #A48ECE

Tints of Biloba Flower #A48ECE

Color information

#A48ECE (or 0xA48ECE) is unknown color: approx Biloba Flower. HEX triplet: A4, 8E and CE. RGB value is (164,142,206). Sum of RGB (Red+Green+Blue) = 164+142+206=512 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.03% from 512); Green value is 142 (55.86% from 255 or 27.73% from 512); Blue value is 206 (80.86% from 255 or 40.23% from 512); Max value from RGB is 206 - color contains mainly: blue. Hex color #A48ECE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A48ECE is #5B7131. Grayscale: #9B9B9B. Windows color (decimal): -5992754 or 13536932. OLE color: 13536932.

HSL color Cylindrical-coordinate representation of color #A48ECE: hue angle of 260.62º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A48ECE is Cyan = 0.20, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB164142206-
CMYK0.200.3100.19
HSL260.62º39.51%68.24%-
HSV(B)260.62º31.07%80.78%-
XYZ36.1231.6962.61-
YUV155.87156.29133.8-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.03%
GREEN value IS 142 (55.86% from 255) = 27.73%
BLUE value IS 206 (80.86% from 255) = 40.23%
R=32.03%
G=27.73%
B=40.23%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1641422060.200.3100.19260.6239.5168.24
HexA48ECE141F0131052844
Octal244216316243702340550104
Binary10100100100011101100111010100111110100111000001011010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48ECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48ECE; }

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

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

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

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

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

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

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

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