#A98BD5

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

Shades of Biloba Flower #A98BD5

Tints of Biloba Flower #A98BD5

Color information

#A98BD5 (or 0xA98BD5) is unknown color: approx Biloba Flower. HEX triplet: A9, 8B and D5. RGB value is (169,139,213). Sum of RGB (Red+Green+Blue) = 169+139+213=521 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.44% from 521); Green value is 139 (54.69% from 255 or 26.68% from 521); Blue value is 213 (83.59% from 255 or 40.88% from 521); Max value from RGB is 213 - color contains mainly: blue. Hex color #A98BD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A98BD5 is #56742A. Grayscale: #9C9C9C. Windows color (decimal): -5665835 or 13994921. OLE color: 13994921.

HSL color Cylindrical-coordinate representation of color #A98BD5: hue angle of 264.32º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A98BD5 is Cyan = 0.21, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB169139213-
CMYK0.210.3500.16
HSL264.32º46.84%69.02%-
HSV(B)264.32º34.74%83.53%-
XYZ37.6131.767.09-
YUV156.41159.94136.98-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.44%
GREEN value IS 139 (54.69% from 255) = 26.68%
BLUE value IS 213 (83.59% from 255) = 40.88%
R=32.44%
G=26.68%
B=40.88%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1691392130.210.3500.16264.3246.8469.02
HexA98BD515230101082f45
Octal251213325254302041057105
Binary101010011000101111010101101011000110100001000010001011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98BD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98BD5; }

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

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

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

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

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

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

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

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