#A98CDD

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

Shades of Biloba Flower #A98CDD

Tints of Biloba Flower #A98CDD

Color information

#A98CDD (or 0xA98CDD) is unknown color: approx Biloba Flower. HEX triplet: A9, 8C and DD. RGB value is (169,140,221). Sum of RGB (Red+Green+Blue) = 169+140+221=530 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.89% from 530); Green value is 140 (55.08% from 255 or 26.42% from 530); Blue value is 221 (86.72% from 255 or 41.70% from 530); Max value from RGB is 221 - color contains mainly: blue. Hex color #A98CDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A98CDD is #567322. Grayscale: #9D9D9D. Windows color (decimal): -5665571 or 14519465. OLE color: 14519465.

HSL color Cylindrical-coordinate representation of color #A98CDD: hue angle of 261.48º degrees, saturation: 0.54, 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 #A98CDD is Cyan = 0.24, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB169140221-
CMYK0.240.3700.13
HSL261.48º54.36%70.78%-
HSV(B)261.48º36.65%86.67%-
XYZ38.7932.4172.62-
YUV157.9163.61135.91-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.89%
GREEN value IS 140 (55.08% from 255) = 26.42%
BLUE value IS 221 (86.72% from 255) = 41.70%
R=31.89%
G=26.42%
B=41.70%

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
Decimal1691402210.240.3700.13261.4854.3670.78
HexA98CDD18250D1053647
Octal251214335304501540566107
Binary10101001100011001101110111000100101011011000001011101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98CDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98CDD; }

 p { color: rgb(169,140,221); }

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

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

 a { background-color: rgb(169,140,221); }

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

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

 span { border-color: rgb(169,140,221); }

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