#A98AD8

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

Shades of Biloba Flower #A98AD8

Tints of Biloba Flower #A98AD8

Color information

#A98AD8 (or 0xA98AD8) is unknown color: approx Biloba Flower. HEX triplet: A9, 8A and D8. RGB value is (169,138,216). Sum of RGB (Red+Green+Blue) = 169+138+216=523 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.31% from 523); Green value is 138 (54.30% from 255 or 26.39% from 523); Blue value is 216 (84.77% from 255 or 41.30% from 523); Max value from RGB is 216 - color contains mainly: blue. Hex color #A98AD8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A98AD8 is #567527. Grayscale: #9B9B9B. Windows color (decimal): -5666088 or 14191273. OLE color: 14191273.

HSL color Cylindrical-coordinate representation of color #A98AD8: hue angle of 263.85º degrees, saturation: 0.5, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A98AD8 is Cyan = 0.22, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB169138216-
CMYK0.220.3600.15
HSL263.85º50%69.41%-
HSV(B)263.85º36.11%84.71%-
XYZ37.8531.5769.06-
YUV156.16161.77137.16-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.31%
GREEN value IS 138 (54.30% from 255) = 26.39%
BLUE value IS 216 (84.77% from 255) = 41.30%
R=32.31%
G=26.39%
B=41.30%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1691382160.220.3600.15263.855069.41
HexA98AD816240F1083245
Octal251212330264401741062105
Binary10101001100010101101100010110100100011111000010001100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98AD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98AD8; }

 p { color: rgb(169,138,216); }

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

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

 a { background-color: rgb(169,138,216); }

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

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

 span { border-color: rgb(169,138,216); }

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