#A48FEA

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

Shades of Biloba Flower #A48FEA

Tints of Biloba Flower #A48FEA

Color information

#A48FEA (or 0xA48FEA) is unknown color: approx Biloba Flower. HEX triplet: A4, 8F and EA. RGB value is (164,143,234). Sum of RGB (Red+Green+Blue) = 164+143+234=541 (71% of max value = 765). Red value is 164 (64.45% from 255 or 30.31% from 541); Green value is 143 (56.25% from 255 or 26.43% from 541); Blue value is 234 (91.80% from 255 or 43.25% from 541); Max value from RGB is 234 - color contains mainly: blue. Hex color #A48FEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A48FEA is #5B7015. Grayscale: #9F9F9F. Windows color (decimal): -5992470 or 15372196. OLE color: 15372196.

HSL color Cylindrical-coordinate representation of color #A48FEA: hue angle of 253.85º degrees, saturation: 0.68, 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 #A48FEA is Cyan = 0.30, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB164143234-
CMYK0.300.3900.08
HSL253.85º68.42%73.92%-
HSV(B)253.85º38.89%91.76%-
XYZ39.9833.4882.2-
YUV159.65169.96131.1-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.31%
GREEN value IS 143 (56.25% from 255) = 26.43%
BLUE value IS 234 (91.80% from 255) = 43.25%
R=30.31%
G=26.43%
B=43.25%

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
Decimal1641432340.300.3900.08253.8568.4273.92
HexA48FEA1E2708fe444a
Octal2442173523647010376104112
Binary10100100100011111110101011110100111010001111111010001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48FEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48FEA; }

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

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

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

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

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

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

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

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