#A98DCB

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

Shades of Biloba Flower #A98DCB

Tints of Biloba Flower #A98DCB

Color information

#A98DCB (or 0xA98DCB) is unknown color: approx Biloba Flower. HEX triplet: A9, 8D and CB. RGB value is (169,141,203). Sum of RGB (Red+Green+Blue) = 169+141+203=513 (67% of max value = 765). Red value is 169 (66.41% from 255 or 32.94% from 513); Green value is 141 (55.47% from 255 or 27.49% from 513); Blue value is 203 (79.69% from 255 or 39.57% from 513); Max value from RGB is 203 - color contains mainly: blue. Hex color #A98DCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A98DCB is #567234. Grayscale: #9C9C9C. Windows color (decimal): -5665333 or 13340073. OLE color: 13340073.

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

Color convert

RGB169141203-
CMYK0.170.3100.20
HSL267.1º37.35%67.45%-
HSV(B)267.1º30.54%79.61%-
XYZ36.6731.860.7-
YUV156.44154.28136.96-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.94%
GREEN value IS 141 (55.47% from 255) = 27.49%
BLUE value IS 203 (79.69% from 255) = 39.57%
R=32.94%
G=27.49%
B=39.57%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1691412030.170.3100.20267.137.3567.45
HexA98DCB111F01410b2543
Octal251215313213702441345103
Binary10101001100011011100101110001111110101001000010111001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98DCB; }

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

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

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

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

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

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

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

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