#A98ECA

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

Shades of Biloba Flower #A98ECA

Tints of Biloba Flower #A98ECA

Color information

#A98ECA (or 0xA98ECA) is unknown color: approx Biloba Flower. HEX triplet: A9, 8E and CA. RGB value is (169,142,202). Sum of RGB (Red+Green+Blue) = 169+142+202=513 (67% of max value = 765). Red value is 169 (66.41% from 255 or 32.94% from 513); Green value is 142 (55.86% from 255 or 27.68% from 513); Blue value is 202 (79.30% from 255 or 39.38% from 513); Max value from RGB is 202 - color contains mainly: blue. Hex color #A98ECA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A98ECA is #567135. Grayscale: #9C9C9C. Windows color (decimal): -5665078 or 13274793. OLE color: 13274793.

HSL color Cylindrical-coordinate representation of color #A98ECA: hue angle of 267º degrees, saturation: 0.36, 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 #A98ECA is Cyan = 0.16, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB169142202-
CMYK0.160.3000.21
HSL267º36.14%67.45%-
HSV(B)267º29.7%79.22%-
XYZ36.732.0560.13-
YUV156.91153.45136.62-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.94%
GREEN value IS 142 (55.86% from 255) = 27.68%
BLUE value IS 202 (79.30% from 255) = 39.38%
R=32.94%
G=27.68%
B=39.38%

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
Decimal1691422020.160.3000.2126736.1467.45
HexA98ECA101E01510b2443
Octal251216312203602541344103
Binary10101001100011101100101010000111100101011000010111001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98ECA; }

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

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

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

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

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

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

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

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