#A291D1

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

Shades of Biloba Flower #A291D1

Tints of Biloba Flower #A291D1

Color information

#A291D1 (or 0xA291D1) is unknown color: approx Biloba Flower. HEX triplet: A2, 91 and D1. RGB value is (162,145,209). Sum of RGB (Red+Green+Blue) = 162+145+209=516 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.40% from 516); Green value is 145 (57.03% from 255 or 28.10% from 516); Blue value is 209 (82.03% from 255 or 40.50% from 516); Max value from RGB is 209 - color contains mainly: blue. Hex color #A291D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A291D1 is #5D6E2E. Grayscale: #9D9D9D. Windows color (decimal): -6123055 or 13734306. OLE color: 13734306.

HSL color Cylindrical-coordinate representation of color #A291D1: hue angle of 255.94º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A291D1 is Cyan = 0.22, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB162145209-
CMYK0.220.3100.18
HSL255.94º41.03%69.41%-
HSV(B)255.94º30.62%81.96%-
XYZ36.5332.5464.68-
YUV157.38157.13131.3-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.40%
GREEN value IS 145 (57.03% from 255) = 28.10%
BLUE value IS 209 (82.03% from 255) = 40.50%
R=31.40%
G=28.10%
B=40.50%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1621452090.220.3100.18255.9441.0369.41
HexA291D1161F0121002945
Octal242221321263702240051105
Binary10100010100100011101000110110111110100101000000001010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A291D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A291D1; }

 p { color: rgb(162,145,209); }

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

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

 a { background-color: rgb(162,145,209); }

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

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

 span { border-color: rgb(162,145,209); }

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