#A286D5

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

Shades of Biloba Flower #A286D5

Tints of Biloba Flower #A286D5

Color information

#A286D5 (or 0xA286D5) is unknown color: approx Biloba Flower. HEX triplet: A2, 86 and D5. RGB value is (162,134,213). Sum of RGB (Red+Green+Blue) = 162+134+213=509 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.83% from 509); Green value is 134 (52.73% from 255 or 26.33% from 509); Blue value is 213 (83.59% from 255 or 41.85% from 509); Max value from RGB is 213 - color contains mainly: blue. Hex color #A286D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A286D5 is #5D792A. Grayscale: #979797. Windows color (decimal): -6125867 or 13993634. OLE color: 13993634.

HSL color Cylindrical-coordinate representation of color #A286D5: hue angle of 261.27º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A286D5 is Cyan = 0.24, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB162134213-
CMYK0.240.3700.16
HSL261.27º48.47%68.04%-
HSV(B)261.27º37.09%83.53%-
XYZ35.4429.5466.78-
YUV151.38162.78135.58-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.83%
GREEN value IS 134 (52.73% from 255) = 26.33%
BLUE value IS 213 (83.59% from 255) = 41.85%
R=31.83%
G=26.33%
B=41.85%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1621342130.240.3700.16261.2748.4768.04
HexA286D518250101053044
Octal242206325304502040560104
Binary101000101000011011010101110001001010100001000001011100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A286D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A286D5; }

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

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

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

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

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

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

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

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