#a48feb

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

Shades of Biloba Flower #A48FEB

Tints of Biloba Flower #A48FEB

Color information

#A48FEB (or 0xA48FEB) is unknown color: approx Biloba Flower. HEX triplet: A4, 8F and EB. RGB value is (164,143,235). Sum of RGB (Red+Green+Blue) = 164+143+235=542 (71% of max value = 765). Red value is 164 (64.45% from 255 or 30.26% from 542); Green value is 143 (56.25% from 255 or 26.38% from 542); Blue value is 235 (92.19% from 255 or 43.36% from 542); Max value from RGB is 235 - color contains mainly: blue. Hex color #A48FEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A48FEB is #5B7014. Grayscale: #9F9F9F. Windows color (decimal): -5992469 or 15437732. OLE color: 15437732.

HSL color Cylindrical-coordinate representation of color #A48FEB: hue angle of 253.7º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A48FEB is Cyan = 0.30, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB164143235-
CMYK0.300.3900.08
HSL253.7º69.7%74.12%-
HSV(B)253.7º39.15%92.16%-
XYZ40.1333.5482.96-
YUV159.77170.46131.02-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.26%
GREEN value IS 143 (56.25% from 255) = 26.38%
BLUE value IS 235 (92.19% from 255) = 43.36%
R=30.26%
G=26.38%
B=43.36%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1641432350.300.3900.08253.769.774.12
HexA48FEB1E2708fe464a
Octal2442173533647010376106112
Binary10100100100011111110101111110100111010001111111010001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a48feb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a48feb; }

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

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

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

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

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

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

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

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