#A985E2

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

Shades of Biloba Flower #A985E2

Tints of Biloba Flower #A985E2

Color information

#A985E2 (or 0xA985E2) is unknown color: approx Biloba Flower. HEX triplet: A9, 85 and E2. RGB value is (169,133,226). Sum of RGB (Red+Green+Blue) = 169+133+226=528 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.01% from 528); Green value is 133 (52.34% from 255 or 25.19% from 528); Blue value is 226 (88.67% from 255 or 42.80% from 528); Max value from RGB is 226 - color contains mainly: blue. Hex color #A985E2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A985E2 is #567A1D. Grayscale: #9A9A9A. Windows color (decimal): -5667358 or 14845353. OLE color: 14845353.

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

Color convert

RGB169133226-
CMYK0.250.4100.11
HSL263.23º61.59%70.39%-
HSV(B)263.23º41.15%88.63%-
XYZ38.4830.775.85-
YUV154.37168.43138.44-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.01%
GREEN value IS 133 (52.34% from 255) = 25.19%
BLUE value IS 226 (88.67% from 255) = 42.80%
R=32.01%
G=25.19%
B=42.80%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1691332260.250.4100.11263.2361.5970.39
HexA985E219290B1073e46
Octal251205342315101340776106
Binary10101001100001011110001011001101001010111000001111111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A985E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A985E2; }

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

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

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

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

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

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

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

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