#A48FCE

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

Shades of Biloba Flower #A48FCE

Tints of Biloba Flower #A48FCE

Color information

#A48FCE (or 0xA48FCE) is unknown color: approx Biloba Flower. HEX triplet: A4, 8F and CE. RGB value is (164,143,206). Sum of RGB (Red+Green+Blue) = 164+143+206=513 (67% of max value = 765). Red value is 164 (64.45% from 255 or 31.97% from 513); Green value is 143 (56.25% from 255 or 27.88% from 513); Blue value is 206 (80.86% from 255 or 40.16% from 513); Max value from RGB is 206 - color contains mainly: blue. Hex color #A48FCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A48FCE is #5B7031. Grayscale: #9C9C9C. Windows color (decimal): -5992498 or 13537188. OLE color: 13537188.

HSL color Cylindrical-coordinate representation of color #A48FCE: hue angle of 260º degrees, saturation: 0.39, 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 #A48FCE is Cyan = 0.20, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB164143206-
CMYK0.200.3100.19
HSL260º39.13%68.43%-
HSV(B)260º30.58%80.78%-
XYZ36.2731.9962.66-
YUV156.46155.96133.38-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.97%
GREEN value IS 143 (56.25% from 255) = 27.88%
BLUE value IS 206 (80.86% from 255) = 40.16%
R=31.97%
G=27.88%
B=40.16%

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
Decimal1641432060.200.3100.1926039.1368.43
HexA48FCE141F0131042744
Octal244217316243702340447104
Binary10100100100011111100111010100111110100111000001001001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48FCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48FCE; }

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

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

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

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

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

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

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

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