#A985DC

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

Shades of Biloba Flower #A985DC

Tints of Biloba Flower #A985DC

Color information

#A985DC (or 0xA985DC) is unknown color: approx Biloba Flower. HEX triplet: A9, 85 and DC. RGB value is (169,133,220). Sum of RGB (Red+Green+Blue) = 169+133+220=522 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.38% from 522); Green value is 133 (52.34% from 255 or 25.48% from 522); Blue value is 220 (86.33% from 255 or 42.15% from 522); Max value from RGB is 220 - color contains mainly: blue. Hex color #A985DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A985DC is #567A23. Grayscale: #999999. Windows color (decimal): -5667364 or 14452137. OLE color: 14452137.

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

Color convert

RGB169133220-
CMYK0.230.4000.14
HSL264.83º55.41%69.22%-
HSV(B)264.83º39.55%86.27%-
XYZ37.6730.3871.59-
YUV153.68165.43138.93-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.38%
GREEN value IS 133 (52.34% from 255) = 25.48%
BLUE value IS 220 (86.33% from 255) = 42.15%
R=32.38%
G=25.48%
B=42.15%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1691332200.230.4000.14264.8355.4169.22
HexA985DC17280E1093745
Octal251205334275001641167105
Binary10101001100001011101110010111101000011101000010011101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A985DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A985DC; }

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

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

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

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

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

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

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

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