#A98DDF

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

Shades of Biloba Flower #A98DDF

Tints of Biloba Flower #A98DDF

Color information

#A98DDF (or 0xA98DDF) is unknown color: approx Biloba Flower. HEX triplet: A9, 8D and DF. RGB value is (169,141,223). Sum of RGB (Red+Green+Blue) = 169+141+223=533 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.71% from 533); Green value is 141 (55.47% from 255 or 26.45% from 533); Blue value is 223 (87.5% from 255 or 41.84% from 533); Max value from RGB is 223 - color contains mainly: blue. Hex color #A98DDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A98DDF is #567220. Grayscale: #9E9E9E. Windows color (decimal): -5665313 or 14650793. OLE color: 14650793.

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

Color convert

RGB169141223-
CMYK0.240.3700.13
HSL260.49º56.16%71.37%-
HSV(B)260.49º36.77%87.45%-
XYZ39.2132.8174.08-
YUV158.72164.28135.33-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.71%
GREEN value IS 141 (55.47% from 255) = 26.45%
BLUE value IS 223 (87.5% from 255) = 41.84%
R=31.71%
G=26.45%
B=41.84%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1691412230.240.3700.13260.4956.1671.37
HexA98DDF18250D1043847
Octal251215337304501540470107
Binary10101001100011011101111111000100101011011000001001110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98DDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98DDF; }

 p { color: rgb(169,141,223); }

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

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

 a { background-color: rgb(169,141,223); }

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

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

 span { border-color: rgb(169,141,223); }

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