#A985DB

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

Shades of Biloba Flower #A985DB

Tints of Biloba Flower #A985DB

Color information

#A985DB (or 0xA985DB) is unknown color: approx Biloba Flower. HEX triplet: A9, 85 and DB. RGB value is (169,133,219). Sum of RGB (Red+Green+Blue) = 169+133+219=521 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.44% from 521); Green value is 133 (52.34% from 255 or 25.53% from 521); Blue value is 219 (85.94% from 255 or 42.03% from 521); Max value from RGB is 219 - color contains mainly: blue. Hex color #A985DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A985DB is #567A24. Grayscale: #999999. Windows color (decimal): -5667365 or 14386601. OLE color: 14386601.

HSL color Cylindrical-coordinate representation of color #A985DB: hue angle of 265.12º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A985DB is Cyan = 0.23, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB169133219-
CMYK0.230.3900.14
HSL265.12º54.43%69.02%-
HSV(B)265.12º39.27%85.88%-
XYZ37.5430.3270.89-
YUV153.57164.93139.01-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.44%
GREEN value IS 133 (52.34% from 255) = 25.53%
BLUE value IS 219 (85.94% from 255) = 42.03%
R=32.44%
G=25.53%
B=42.03%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1691332190.230.3900.14265.1254.4369.02
HexA985DB17270E1093645
Octal251205333274701641166105
Binary10101001100001011101101110111100111011101000010011101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A985DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A985DB; }

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

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

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

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

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

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

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

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