#A98BD0

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

Shades of Biloba Flower #A98BD0

Tints of Biloba Flower #A98BD0

Color information

#A98BD0 (or 0xA98BD0) is unknown color: approx Biloba Flower. HEX triplet: A9, 8B and D0. RGB value is (169,139,208). Sum of RGB (Red+Green+Blue) = 169+139+208=516 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.75% from 516); Green value is 139 (54.69% from 255 or 26.94% from 516); Blue value is 208 (81.64% from 255 or 40.31% from 516); Max value from RGB is 208 - color contains mainly: blue. Hex color #A98BD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A98BD0 is #56742F. Grayscale: #9B9B9B. Windows color (decimal): -5665840 or 13667241. OLE color: 13667241.

HSL color Cylindrical-coordinate representation of color #A98BD0: hue angle of 266.09º degrees, saturation: 0.42, 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 #A98BD0 is Cyan = 0.19, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB169139208-
CMYK0.190.3300.18
HSL266.09º42.33%68.04%-
HSV(B)266.09º33.17%81.57%-
XYZ36.9831.4563.8-
YUV155.84157.44137.39-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.75%
GREEN value IS 139 (54.69% from 255) = 26.94%
BLUE value IS 208 (81.64% from 255) = 40.31%
R=32.75%
G=26.94%
B=40.31%

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
Decimal1691392080.190.3300.18266.0942.3368.04
HexA98BD0132101210a2a44
Octal251213320234102241252104
Binary101010011000101111010000100111000010100101000010101010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98BD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98BD0; }

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

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

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

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

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

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

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

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