#A98CCC

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

Shades of Biloba Flower #A98CCC

Tints of Biloba Flower #A98CCC

Color information

#A98CCC (or 0xA98CCC) is unknown color: approx Biloba Flower. HEX triplet: A9, 8C and CC. RGB value is (169,140,204). Sum of RGB (Red+Green+Blue) = 169+140+204=513 (67% of max value = 765). Red value is 169 (66.41% from 255 or 32.94% from 513); Green value is 140 (55.08% from 255 or 27.29% from 513); Blue value is 204 (80.08% from 255 or 39.77% from 513); Max value from RGB is 204 - color contains mainly: blue. Hex color #A98CCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A98CCC is #567333. Grayscale: #9B9B9B. Windows color (decimal): -5665588 or 13405353. OLE color: 13405353.

HSL color Cylindrical-coordinate representation of color #A98CCC: hue angle of 267.19º degrees, saturation: 0.39, 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 #A98CCC is Cyan = 0.17, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB169140204-
CMYK0.170.3100.2
HSL267.19º38.55%67.45%-
HSV(B)267.19º31.37%80%-
XYZ36.6431.5561.29-
YUV155.97155.11137.3-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.94%
GREEN value IS 140 (55.08% from 255) = 27.29%
BLUE value IS 204 (80.08% from 255) = 39.77%
R=32.94%
G=27.29%
B=39.77%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1691402040.170.3100.2267.1938.5567.45
HexA98CCC111F01410b2743
Octal251214314213702441347103
Binary10101001100011001100110010001111110101001000010111001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98CCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98CCC; }

 p { color: rgb(169,140,204); }

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

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

 a { background-color: rgb(169,140,204); }

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

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

 span { border-color: rgb(169,140,204); }

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