#A289D4

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

Shades of Biloba Flower #A289D4

Tints of Biloba Flower #A289D4

Color information

#A289D4 (or 0xA289D4) is unknown color: approx Biloba Flower. HEX triplet: A2, 89 and D4. RGB value is (162,137,212). Sum of RGB (Red+Green+Blue) = 162+137+212=511 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.70% from 511); Green value is 137 (53.91% from 255 or 26.81% from 511); Blue value is 212 (83.20% from 255 or 41.49% from 511); Max value from RGB is 212 - color contains mainly: blue. Hex color #A289D4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A289D4 is #5D762B. Grayscale: #989898. Windows color (decimal): -6125100 or 13928866. OLE color: 13928866.

HSL color Cylindrical-coordinate representation of color #A289D4: hue angle of 260º degrees, saturation: 0.47, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A289D4 is Cyan = 0.24, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB162137212-
CMYK0.240.3500.17
HSL260º46.58%68.43%-
HSV(B)260º35.38%83.14%-
XYZ35.7330.3366.26-
YUV153.02161.28134.4-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.70%
GREEN value IS 137 (53.91% from 255) = 26.81%
BLUE value IS 212 (83.20% from 255) = 41.49%
R=31.70%
G=26.81%
B=41.49%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1621372120.240.3500.1726046.5868.43
HexA289D418230111042f44
Octal242211324304302140457104
Binary101000101000100111010100110001000110100011000001001011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A289D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A289D4; }

 p { color: rgb(162,137,212); }

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

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

 a { background-color: rgb(162,137,212); }

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

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

 span { border-color: rgb(162,137,212); }

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