#A98DCF

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

Shades of Biloba Flower #A98DCF

Tints of Biloba Flower #A98DCF

Color information

#A98DCF (or 0xA98DCF) is unknown color: approx Biloba Flower. HEX triplet: A9, 8D and CF. RGB value is (169,141,207). Sum of RGB (Red+Green+Blue) = 169+141+207=517 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.69% from 517); Green value is 141 (55.47% from 255 or 27.27% from 517); Blue value is 207 (81.25% from 255 or 40.04% from 517); Max value from RGB is 207 - color contains mainly: blue. Hex color #A98DCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A98DCF is #567230. Grayscale: #9C9C9C. Windows color (decimal): -5665329 or 13602217. OLE color: 13602217.

HSL color Cylindrical-coordinate representation of color #A98DCF: hue angle of 265.45º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A98DCF is Cyan = 0.18, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB169141207-
CMYK0.180.3200.19
HSL265.45º40.74%68.24%-
HSV(B)265.45º31.88%81.18%-
XYZ37.1531.9963.25-
YUV156.9156.28136.63-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.69%
GREEN value IS 141 (55.47% from 255) = 27.27%
BLUE value IS 207 (81.25% from 255) = 40.04%
R=32.69%
G=27.27%
B=40.04%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1691412070.180.3200.19265.4540.7468.24
HexA98DCF12200131092944
Octal251215317224002341151104
Binary101010011000110111001111100101000000100111000010011010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98DCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98DCF; }

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

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

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

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

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

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

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

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