#A98ECD

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

Shades of Biloba Flower #A98ECD

Tints of Biloba Flower #A98ECD

Color information

#A98ECD (or 0xA98ECD) is unknown color: approx Biloba Flower. HEX triplet: A9, 8E and CD. RGB value is (169,142,205). Sum of RGB (Red+Green+Blue) = 169+142+205=516 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.75% from 516); Green value is 142 (55.86% from 255 or 27.52% from 516); Blue value is 205 (80.47% from 255 or 39.73% from 516); Max value from RGB is 205 - color contains mainly: blue. Hex color #A98ECD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A98ECD is #567132. Grayscale: #9D9D9D. Windows color (decimal): -5665075 or 13471401. OLE color: 13471401.

HSL color Cylindrical-coordinate representation of color #A98ECD: hue angle of 265.71º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A98ECD is Cyan = 0.18, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB169142205-
CMYK0.180.3100.20
HSL265.71º38.65%68.04%-
HSV(B)265.71º30.73%80.39%-
XYZ37.0532.1962.02-
YUV157.26154.95136.38-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.75%
GREEN value IS 142 (55.86% from 255) = 27.52%
BLUE value IS 205 (80.47% from 255) = 39.73%
R=32.75%
G=27.52%
B=39.73%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1691422050.180.3100.20265.7138.6568.04
HexA98ECD121F01410a2744
Octal251216315223702441247104
Binary10101001100011101100110110010111110101001000010101001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98ECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98ECD; }

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

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

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

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

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

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

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

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