#A98DEC

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

Shades of Biloba Flower #A98DEC

Tints of Biloba Flower #A98DEC

Color information

#A98DEC (or 0xA98DEC) is unknown color: approx Biloba Flower. HEX triplet: A9, 8D and EC. RGB value is (169,141,236). Sum of RGB (Red+Green+Blue) = 169+141+236=546 (72% of max value = 765). Red value is 169 (66.41% from 255 or 30.95% from 546); Green value is 141 (55.47% from 255 or 25.82% from 546); Blue value is 236 (92.58% from 255 or 43.22% from 546); Max value from RGB is 236 - color contains mainly: blue. Hex color #A98DEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A98DEC is #567213. Grayscale: #9F9F9F. Windows color (decimal): -5665300 or 15502761. OLE color: 15502761.

HSL color Cylindrical-coordinate representation of color #A98DEC: hue angle of 257.68º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A98DEC is Cyan = 0.28, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB169141236-
CMYK0.280.4000.07
HSL257.68º71.43%73.92%-
HSV(B)257.68º40.25%92.55%-
XYZ41.0333.5483.67-
YUV160.2170.78134.28-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 30.95%
GREEN value IS 141 (55.47% from 255) = 25.82%
BLUE value IS 236 (92.58% from 255) = 43.22%
R=30.95%
G=25.82%
B=43.22%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1691412360.280.4000.07257.6871.4373.92
HexA98DEC1C2807102474a
Octal251215354345007402107112
Binary10101001100011011110110011100101000011110000001010001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98DEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98DEC; }

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

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

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

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

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

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

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

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