#A786DC

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

Shades of Biloba Flower #A786DC

Tints of Biloba Flower #A786DC

Color information

#A786DC (or 0xA786DC) is unknown color: approx Biloba Flower. HEX triplet: A7, 86 and DC. RGB value is (167,134,220). Sum of RGB (Red+Green+Blue) = 167+134+220=521 (69% of max value = 765). Red value is 167 (65.62% from 255 or 32.05% from 521); Green value is 134 (52.73% from 255 or 25.72% from 521); Blue value is 220 (86.33% from 255 or 42.23% from 521); Max value from RGB is 220 - color contains mainly: blue. Hex color #A786DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A786DC is #587923. Grayscale: #999999. Windows color (decimal): -5798180 or 14452391. OLE color: 14452391.

HSL color Cylindrical-coordinate representation of color #A786DC: hue angle of 263.02º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A786DC is Cyan = 0.24, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB167134220-
CMYK0.240.3900.14
HSL263.02º55.13%69.41%-
HSV(B)263.02º39.09%86.27%-
XYZ37.3830.4371.61-
YUV153.67165.43137.51-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.05%
GREEN value IS 134 (52.73% from 255) = 25.72%
BLUE value IS 220 (86.33% from 255) = 42.23%
R=32.05%
G=25.72%
B=42.23%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1671342200.240.3900.14263.0255.1369.41
HexA786DC18270E1073745
Octal247206334304701640767105
Binary10100111100001101101110011000100111011101000001111101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A786DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A786DC; }

 p { color: rgb(167,134,220); }

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

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

 a { background-color: rgb(167,134,220); }

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

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

 span { border-color: rgb(167,134,220); }

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