#A98DDE

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

Shades of Biloba Flower #A98DDE

Tints of Biloba Flower #A98DDE

Color information

#A98DDE (or 0xA98DDE) is unknown color: approx Biloba Flower. HEX triplet: A9, 8D and DE. RGB value is (169,141,222). Sum of RGB (Red+Green+Blue) = 169+141+222=532 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.77% from 532); Green value is 141 (55.47% from 255 or 26.50% from 532); Blue value is 222 (87.11% from 255 or 41.73% from 532); Max value from RGB is 222 - color contains mainly: blue. Hex color #A98DDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A98DDE is #567221. Grayscale: #9E9E9E. Windows color (decimal): -5665314 or 14585257. OLE color: 14585257.

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

Color convert

RGB169141222-
CMYK0.240.3600.13
HSL260.74º55.1%71.18%-
HSV(B)260.74º36.49%87.06%-
XYZ39.0732.7673.37-
YUV158.61163.78135.41-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.77%
GREEN value IS 141 (55.47% from 255) = 26.50%
BLUE value IS 222 (87.11% from 255) = 41.73%
R=31.77%
G=26.50%
B=41.73%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1691412220.240.3600.13260.7455.171.18
HexA98DDE18240D1053747
Octal251215336304401540567107
Binary10101001100011011101111011000100100011011000001011101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98DDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98DDE; }

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

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

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

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

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

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

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

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