#A984DE

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

Shades of Biloba Flower #A984DE

Tints of Biloba Flower #A984DE

Color information

#A984DE (or 0xA984DE) is unknown color: approx Biloba Flower. HEX triplet: A9, 84 and DE. RGB value is (169,132,222). Sum of RGB (Red+Green+Blue) = 169+132+222=523 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.31% from 523); Green value is 132 (51.95% from 255 or 25.24% from 523); Blue value is 222 (87.11% from 255 or 42.45% from 523); Max value from RGB is 222 - color contains mainly: blue. Hex color #A984DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A984DE is #567B21. Grayscale: #999999. Windows color (decimal): -5667618 or 14582953. OLE color: 14582953.

HSL color Cylindrical-coordinate representation of color #A984DE: hue angle of 264.67º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A984DE is Cyan = 0.24, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB169132222-
CMYK0.240.4100.13
HSL264.67º57.69%69.41%-
HSV(B)264.67º40.54%87.06%-
XYZ37.830.2172.95-
YUV153.32166.76139.18-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.31%
GREEN value IS 132 (51.95% from 255) = 25.24%
BLUE value IS 222 (87.11% from 255) = 42.45%
R=32.31%
G=25.24%
B=42.45%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1691322220.240.4100.13264.6757.6969.41
HexA984DE18290D1093a45
Octal251204336305101541172105
Binary10101001100001001101111011000101001011011000010011110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A984DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A984DE; }

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

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

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

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

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

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

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

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