#A98DCA

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

Shades of Biloba Flower #A98DCA

Tints of Biloba Flower #A98DCA

Color information

#A98DCA (or 0xA98DCA) is unknown color: approx Biloba Flower. HEX triplet: A9, 8D and CA. RGB value is (169,141,202). Sum of RGB (Red+Green+Blue) = 169+141+202=512 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.01% from 512); Green value is 141 (55.47% from 255 or 27.54% from 512); Blue value is 202 (79.30% from 255 or 39.45% from 512); Max value from RGB is 202 - color contains mainly: blue. Hex color #A98DCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A98DCA is #567235. Grayscale: #9C9C9C. Windows color (decimal): -5665334 or 13274537. OLE color: 13274537.

HSL color Cylindrical-coordinate representation of color #A98DCA: hue angle of 267.54º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A98DCA is Cyan = 0.16, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB169141202-
CMYK0.160.3000.21
HSL267.54º36.53%67.25%-
HSV(B)267.54º30.2%79.22%-
XYZ36.5531.7560.08-
YUV156.33153.78137.04-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.01%
GREEN value IS 141 (55.47% from 255) = 27.54%
BLUE value IS 202 (79.30% from 255) = 39.45%
R=33.01%
G=27.54%
B=39.45%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1691412020.160.3000.21267.5436.5367.25
HexA98DCA101E01510c2543
Octal251215312203602541445103
Binary10101001100011011100101010000111100101011000011001001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98DCA; }

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

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

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

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

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

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

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

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