#A98BD1

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

Shades of Biloba Flower #A98BD1

Tints of Biloba Flower #A98BD1

Color information

#A98BD1 (or 0xA98BD1) is unknown color: approx Biloba Flower. HEX triplet: A9, 8B and D1. RGB value is (169,139,209). Sum of RGB (Red+Green+Blue) = 169+139+209=517 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.69% from 517); Green value is 139 (54.69% from 255 or 26.89% from 517); Blue value is 209 (82.03% from 255 or 40.43% from 517); Max value from RGB is 209 - color contains mainly: blue. Hex color #A98BD1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A98BD1 is #56742E. Grayscale: #9B9B9B. Windows color (decimal): -5665839 or 13732777. OLE color: 13732777.

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

Color convert

RGB169139209-
CMYK0.190.3300.18
HSL265.71º43.21%68.24%-
HSV(B)265.71º33.49%81.96%-
XYZ37.131.564.45-
YUV155.95157.94137.31-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.69%
GREEN value IS 139 (54.69% from 255) = 26.89%
BLUE value IS 209 (82.03% from 255) = 40.43%
R=32.69%
G=26.89%
B=40.43%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1691392090.190.3300.18265.7143.2168.24
HexA98BD1132101210a2b44
Octal251213321234102241253104
Binary101010011000101111010001100111000010100101000010101010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98BD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98BD1; }

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

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

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

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

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

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

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

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