#A48CF7

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

Shades of Biloba Flower #A48CF7

Tints of Biloba Flower #A48CF7

Color information

#A48CF7 (or 0xA48CF7) is unknown color: approx Biloba Flower. HEX triplet: A4, 8C and F7. RGB value is (164,140,247). Sum of RGB (Red+Green+Blue) = 164+140+247=551 (72% of max value = 765). Red value is 164 (64.45% from 255 or 29.76% from 551); Green value is 140 (55.08% from 255 or 25.41% from 551); Blue value is 247 (96.88% from 255 or 44.83% from 551); Max value from RGB is 247 - color contains mainly: blue. Hex color #A48CF7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A48CF7 is #5B7308. Grayscale: #9E9E9E. Windows color (decimal): -5993225 or 16223396. OLE color: 16223396.

HSL color Cylindrical-coordinate representation of color #A48CF7: hue angle of 253.46º degrees, saturation: 0.87, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A48CF7 is Cyan = 0.34, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB164140247-
CMYK0.340.4300.03
HSL253.46º86.99%75.88%-
HSV(B)253.46º43.32%96.86%-
XYZ41.4833.3692.25-
YUV159.37177.45131.3-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 29.76%
GREEN value IS 140 (55.08% from 255) = 25.41%
BLUE value IS 247 (96.88% from 255) = 44.83%
R=29.76%
G=25.41%
B=44.83%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1641402470.340.4300.03253.4686.9975.88
HexA48CF7222B03fd574c
Octal244214367425303375127114
Binary1010010010001100111101111000101010110111111110110101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48CF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48CF7; }

 p { color: rgb(164,140,247); }

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

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

 a { background-color: rgb(164,140,247); }

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

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

 span { border-color: rgb(164,140,247); }

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