#A786DD

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

Shades of Biloba Flower #A786DD

Tints of Biloba Flower #A786DD

Color information

#A786DD (or 0xA786DD) is unknown color: approx Biloba Flower. HEX triplet: A7, 86 and DD. RGB value is (167,134,221). Sum of RGB (Red+Green+Blue) = 167+134+221=522 (69% of max value = 765). Red value is 167 (65.62% from 255 or 31.99% from 522); Green value is 134 (52.73% from 255 or 25.67% from 522); Blue value is 221 (86.72% from 255 or 42.34% from 522); Max value from RGB is 221 - color contains mainly: blue. Hex color #A786DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A786DD is #587922. Grayscale: #999999. Windows color (decimal): -5798179 or 14517927. OLE color: 14517927.

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

Color convert

RGB167134221-
CMYK0.240.3900.13
HSL262.76º56.13%69.61%-
HSV(B)262.76º39.37%86.67%-
XYZ37.5130.4972.31-
YUV153.79165.93137.43-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 31.99%
GREEN value IS 134 (52.73% from 255) = 25.67%
BLUE value IS 221 (86.72% from 255) = 42.34%
R=31.99%
G=25.67%
B=42.34%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1671342210.240.3900.13262.7656.1369.61
HexA786DD18270D1073846
Octal247206335304701540770106
Binary10100111100001101101110111000100111011011000001111110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A786DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A786DD; }

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

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

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

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

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

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

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

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