#A387DF

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

Shades of Biloba Flower #A387DF

Tints of Biloba Flower #A387DF

Color information

#A387DF (or 0xA387DF) is unknown color: approx Biloba Flower. HEX triplet: A3, 87 and DF. RGB value is (163,135,223). Sum of RGB (Red+Green+Blue) = 163+135+223=521 (69% of max value = 765). Red value is 163 (64.06% from 255 or 31.29% from 521); Green value is 135 (53.12% from 255 or 25.91% from 521); Blue value is 223 (87.5% from 255 or 42.80% from 521); Max value from RGB is 223 - color contains mainly: blue. Hex color #A387DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A387DF is #5C7820. Grayscale: #999999. Windows color (decimal): -6060065 or 14649251. OLE color: 14649251.

HSL color Cylindrical-coordinate representation of color #A387DF: hue angle of 259.09º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A387DF is Cyan = 0.27, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB163135223-
CMYK0.270.3900.13
HSL259.09º57.89%70.2%-
HSV(B)259.09º39.46%87.45%-
XYZ37.0930.4473.73-
YUV153.4167.28134.84-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 31.29%
GREEN value IS 135 (53.12% from 255) = 25.91%
BLUE value IS 223 (87.5% from 255) = 42.80%
R=31.29%
G=25.91%
B=42.80%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1631352230.270.3900.13259.0957.8970.2
HexA387DF1B270D1033a46
Octal243207337334701540372106
Binary10100011100001111101111111011100111011011000000111110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A387DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A387DF; }

 p { color: rgb(163,135,223); }

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

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

 a { background-color: rgb(163,135,223); }

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

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

 span { border-color: rgb(163,135,223); }

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