#A48FDF

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

Shades of Biloba Flower #A48FDF

Tints of Biloba Flower #A48FDF

Color information

#A48FDF (or 0xA48FDF) is unknown color: approx Biloba Flower. HEX triplet: A4, 8F and DF. RGB value is (164,143,223). Sum of RGB (Red+Green+Blue) = 164+143+223=530 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.94% from 530); Green value is 143 (56.25% from 255 or 26.98% from 530); Blue value is 223 (87.5% from 255 or 42.08% from 530); Max value from RGB is 223 - color contains mainly: blue. Hex color #A48FDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A48FDF is #5B7020. Grayscale: #9E9E9E. Windows color (decimal): -5992481 or 14651300. OLE color: 14651300.

HSL color Cylindrical-coordinate representation of color #A48FDF: hue angle of 255.75º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A48FDF is Cyan = 0.26, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB164143223-
CMYK0.260.3600.13
HSL255.75º55.56%71.76%-
HSV(B)255.75º35.87%87.45%-
XYZ38.4532.8774.13-
YUV158.4164.46132-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.94%
GREEN value IS 143 (56.25% from 255) = 26.98%
BLUE value IS 223 (87.5% from 255) = 42.08%
R=30.94%
G=26.98%
B=42.08%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1641432230.260.3600.13255.7555.5671.76
HexA48FDF1A240D1003848
Octal244217337324401540070110
Binary10100100100011111101111111010100100011011000000001110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48FDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48FDF; }

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

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

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

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

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

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

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

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