#A798C3

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

Shades of Biloba Flower #A798C3

Tints of Biloba Flower #A798C3

Color information

#A798C3 (or 0xA798C3) is unknown color: approx Biloba Flower. HEX triplet: A7, 98 and C3. RGB value is (167,152,195). Sum of RGB (Red+Green+Blue) = 167+152+195=514 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.49% from 514); Green value is 152 (59.77% from 255 or 29.57% from 514); Blue value is 195 (76.56% from 255 or 37.94% from 514); Max value from RGB is 195 - color contains mainly: blue. Hex color #A798C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A798C3 is #58673C. Grayscale: #A1A1A1. Windows color (decimal): -5793597 or 12818599. OLE color: 12818599.

HSL color Cylindrical-coordinate representation of color #A798C3: hue angle of 260.93º degrees, saturation: 0.26, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A798C3 is Cyan = 0.14, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB167152195-
CMYK0.140.2200.24
HSL260.93º26.38%68.04%-
HSV(B)260.93º22.05%76.47%-
XYZ37.0134.6156.36-
YUV161.39146.97132-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.49%
GREEN value IS 152 (59.77% from 255) = 29.57%
BLUE value IS 195 (76.56% from 255) = 37.94%
R=32.49%
G=29.57%
B=37.94%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1671521950.140.2200.24260.9326.3868.04
HexA798C3E160181051a44
Octal247230303162603040532104
Binary101001111001100011000011111010110011000100000101110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A798C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A798C3; }

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

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

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

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

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

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

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

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