#A98BDE

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

Shades of Biloba Flower #A98BDE

Tints of Biloba Flower #A98BDE

Color information

#A98BDE (or 0xA98BDE) is unknown color: approx Biloba Flower. HEX triplet: A9, 8B and DE. RGB value is (169,139,222). Sum of RGB (Red+Green+Blue) = 169+139+222=530 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.89% from 530); Green value is 139 (54.69% from 255 or 26.23% from 530); Blue value is 222 (87.11% from 255 or 41.89% from 530); Max value from RGB is 222 - color contains mainly: blue. Hex color #A98BDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A98BDE is #567421. Grayscale: #9D9D9D. Windows color (decimal): -5665826 or 14584745. OLE color: 14584745.

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

Color convert

RGB169139222-
CMYK0.240.3700.13
HSL261.69º55.7%70.78%-
HSV(B)261.69º37.39%87.06%-
XYZ38.7832.1773.27-
YUV157.43164.44136.25-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.89%
GREEN value IS 139 (54.69% from 255) = 26.23%
BLUE value IS 222 (87.11% from 255) = 41.89%
R=31.89%
G=26.23%
B=41.89%

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
Decimal1691392220.240.3700.13261.6955.770.78
HexA98BDE18250D1063847
Octal251213336304501540670107
Binary10101001100010111101111011000100101011011000001101110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98BDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98BDE; }

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

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

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

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

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

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

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

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