#A798C6

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

Shades of Biloba Flower #A798C6

Tints of Biloba Flower #A798C6

Color information

#A798C6 (or 0xA798C6) is unknown color: approx Biloba Flower. HEX triplet: A7, 98 and C6. RGB value is (167,152,198). Sum of RGB (Red+Green+Blue) = 167+152+198=517 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.30% from 517); Green value is 152 (59.77% from 255 or 29.40% from 517); Blue value is 198 (77.73% from 255 or 38.30% from 517); Max value from RGB is 198 - color contains mainly: blue. Hex color #A798C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A798C6 is #586739. Grayscale: #A1A1A1. Windows color (decimal): -5793594 or 13015207. OLE color: 13015207.

HSL color Cylindrical-coordinate representation of color #A798C6: hue angle of 259.57º degrees, saturation: 0.29, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A798C6 is Cyan = 0.16, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB167152198-
CMYK0.160.2300.22
HSL259.57º28.75%68.63%-
HSV(B)259.57º23.23%77.65%-
XYZ37.3634.7558.16-
YUV161.73148.47131.76-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.30%
GREEN value IS 152 (59.77% from 255) = 29.40%
BLUE value IS 198 (77.73% from 255) = 38.30%
R=32.30%
G=29.40%
B=38.30%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1671521980.160.2300.22259.5728.7568.63
HexA798C610170161041d45
Octal247230306202702640435105
Binary1010011110011000110001101000010111010110100000100111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A798C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A798C6; }

 p { color: rgb(167,152,198); }

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

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

 a { background-color: rgb(167,152,198); }

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

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

 span { border-color: rgb(167,152,198); }

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