#A985DE

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

Shades of Biloba Flower #A985DE

Tints of Biloba Flower #A985DE

Color information

#A985DE (or 0xA985DE) is unknown color: approx Biloba Flower. HEX triplet: A9, 85 and DE. RGB value is (169,133,222). Sum of RGB (Red+Green+Blue) = 169+133+222=524 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.25% from 524); Green value is 133 (52.34% from 255 or 25.38% from 524); Blue value is 222 (87.11% from 255 or 42.37% from 524); Max value from RGB is 222 - color contains mainly: blue. Hex color #A985DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A985DE is #567A21. Grayscale: #999999. Windows color (decimal): -5667362 or 14583209. OLE color: 14583209.

HSL color Cylindrical-coordinate representation of color #A985DE: hue angle of 264.27º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A985DE is Cyan = 0.24, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB169133222-
CMYK0.240.4000.13
HSL264.27º57.42%69.61%-
HSV(B)264.27º40.09%87.06%-
XYZ37.9330.4872.99-
YUV153.91166.43138.76-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.25%
GREEN value IS 133 (52.34% from 255) = 25.38%
BLUE value IS 222 (87.11% from 255) = 42.37%
R=32.25%
G=25.38%
B=42.37%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1691332220.240.4000.13264.2757.4269.61
HexA985DE18280D1083946
Octal251205336305001541071106
Binary10101001100001011101111011000101000011011000010001110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A985DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A985DE; }

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

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

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

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

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

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

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

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