#A985E3

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

Shades of Biloba Flower #A985E3

Tints of Biloba Flower #A985E3

Color information

#A985E3 (or 0xA985E3) is unknown color: approx Biloba Flower. HEX triplet: A9, 85 and E3. RGB value is (169,133,227). Sum of RGB (Red+Green+Blue) = 169+133+227=529 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.95% from 529); Green value is 133 (52.34% from 255 or 25.14% from 529); Blue value is 227 (89.06% from 255 or 42.91% from 529); Max value from RGB is 227 - color contains mainly: blue. Hex color #A985E3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A985E3 is #567A1C. Grayscale: #9A9A9A. Windows color (decimal): -5667357 or 14910889. OLE color: 14910889.

HSL color Cylindrical-coordinate representation of color #A985E3: hue angle of 262.98º degrees, saturation: 0.63, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A985E3 is Cyan = 0.26, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB169133227-
CMYK0.260.4100.11
HSL262.98º62.67%70.59%-
HSV(B)262.98º41.41%89.02%-
XYZ38.6130.7676.57-
YUV154.48168.93138.36-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.95%
GREEN value IS 133 (52.34% from 255) = 25.14%
BLUE value IS 227 (89.06% from 255) = 42.91%
R=31.95%
G=25.14%
B=42.91%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1691332270.260.4100.11262.9862.6770.59
HexA985E31A290B1073f47
Octal251205343325101340777107
Binary10101001100001011110001111010101001010111000001111111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A985E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A985E3; }

 p { color: rgb(169,133,227); }

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

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

 a { background-color: rgb(169,133,227); }

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

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

 span { border-color: rgb(169,133,227); }

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