#A387DD

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

Shades of Biloba Flower #A387DD

Tints of Biloba Flower #A387DD

Color information

#A387DD (or 0xA387DD) is unknown color: approx Biloba Flower. HEX triplet: A3, 87 and DD. RGB value is (163,135,221). Sum of RGB (Red+Green+Blue) = 163+135+221=519 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.41% from 519); Green value is 135 (53.12% from 255 or 26.01% from 519); Blue value is 221 (86.72% from 255 or 42.58% from 519); Max value from RGB is 221 - color contains mainly: blue. Hex color #A387DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A387DD is #5C7822. Grayscale: #989898. Windows color (decimal): -6060067 or 14518179. OLE color: 14518179.

HSL color Cylindrical-coordinate representation of color #A387DD: hue angle of 259.53º degrees, saturation: 0.56, 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 #A387DD is Cyan = 0.26, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB163135221-
CMYK0.260.3900.13
HSL259.53º55.84%69.8%-
HSV(B)259.53º38.91%86.67%-
XYZ36.8230.3372.32-
YUV153.18166.28135.01-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 31.41%
GREEN value IS 135 (53.12% from 255) = 26.01%
BLUE value IS 221 (86.72% from 255) = 42.58%
R=31.41%
G=26.01%
B=42.58%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1631352210.260.3900.13259.5355.8469.8
HexA387DD1A270D1043846
Octal243207335324701540470106
Binary10100011100001111101110111010100111011011000001001110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A387DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A387DD; }

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

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

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

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

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

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

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

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