#A286DC

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

Shades of Biloba Flower #A286DC

Tints of Biloba Flower #A286DC

Color information

#A286DC (or 0xA286DC) is unknown color: approx Biloba Flower. HEX triplet: A2, 86 and DC. RGB value is (162,134,220). Sum of RGB (Red+Green+Blue) = 162+134+220=516 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.40% from 516); Green value is 134 (52.73% from 255 or 25.97% from 516); Blue value is 220 (86.33% from 255 or 42.64% from 516); Max value from RGB is 220 - color contains mainly: blue. Hex color #A286DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A286DC is #5D7923. Grayscale: #979797. Windows color (decimal): -6125860 or 14452386. OLE color: 14452386.

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

Color convert

RGB162134220-
CMYK0.260.3900.14
HSL259.53º55.13%69.41%-
HSV(B)259.53º39.09%86.27%-
XYZ36.3429.971.57-
YUV152.18166.28135.01-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.40%
GREEN value IS 134 (52.73% from 255) = 25.97%
BLUE value IS 220 (86.33% from 255) = 42.64%
R=31.40%
G=25.97%
B=42.64%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1621342200.260.3900.14259.5355.1369.41
HexA286DC1A270E1043745
Octal242206334324701640467105
Binary10100010100001101101110011010100111011101000001001101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A286DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A286DC; }

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

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

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

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

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

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

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

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