#A48FCF

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

Shades of Biloba Flower #A48FCF

Tints of Biloba Flower #A48FCF

Color information

#A48FCF (or 0xA48FCF) is unknown color: approx Biloba Flower. HEX triplet: A4, 8F and CF. RGB value is (164,143,207). Sum of RGB (Red+Green+Blue) = 164+143+207=514 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.91% from 514); Green value is 143 (56.25% from 255 or 27.82% from 514); Blue value is 207 (81.25% from 255 or 40.27% from 514); Max value from RGB is 207 - color contains mainly: blue. Hex color #A48FCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A48FCF is #5B7030. Grayscale: #9C9C9C. Windows color (decimal): -5992497 or 13602724. OLE color: 13602724.

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

Color convert

RGB164143207-
CMYK0.210.3100.19
HSL259.69º40%68.63%-
HSV(B)259.69º30.92%81.18%-
XYZ36.3932.0463.3-
YUV156.57156.46133.3-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.91%
GREEN value IS 143 (56.25% from 255) = 27.82%
BLUE value IS 207 (81.25% from 255) = 40.27%
R=31.91%
G=27.82%
B=40.27%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1641432070.210.3100.19259.694068.63
HexA48FCF151F0131042845
Octal244217317253702340450105
Binary10100100100011111100111110101111110100111000001001010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48FCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48FCF; }

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

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

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

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

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

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

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

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