#A985CF

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

Shades of Biloba Flower #A985CF

Tints of Biloba Flower #A985CF

Color information

#A985CF (or 0xA985CF) is unknown color: approx Biloba Flower. HEX triplet: A9, 85 and CF. RGB value is (169,133,207). Sum of RGB (Red+Green+Blue) = 169+133+207=509 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.20% from 509); Green value is 133 (52.34% from 255 or 26.13% from 509); Blue value is 207 (81.25% from 255 or 40.67% from 509); Max value from RGB is 207 - color contains mainly: blue. Hex color #A985CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A985CF is #567A30. Grayscale: #979797. Windows color (decimal): -5667377 or 13600169. OLE color: 13600169.

HSL color Cylindrical-coordinate representation of color #A985CF: hue angle of 269.19º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A985CF is Cyan = 0.18, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB169133207-
CMYK0.180.3600.19
HSL269.19º43.53%66.67%-
HSV(B)269.19º35.75%81.18%-
XYZ36.0129.7262.87-
YUV152.2158.93139.98-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.20%
GREEN value IS 133 (52.34% from 255) = 26.13%
BLUE value IS 207 (81.25% from 255) = 40.67%
R=33.20%
G=26.13%
B=40.67%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1691332070.180.3600.19269.1943.5366.67
HexA985CF122401310d2c43
Octal251205317224402341554103
Binary101010011000010111001111100101001000100111000011011011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A985CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A985CF; }

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

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

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

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

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

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

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

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