#A794CE

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

Shades of Biloba Flower #A794CE

Tints of Biloba Flower #A794CE

Color information

#A794CE (or 0xA794CE) is unknown color: approx Biloba Flower. HEX triplet: A7, 94 and CE. RGB value is (167,148,206). Sum of RGB (Red+Green+Blue) = 167+148+206=521 (69% of max value = 765). Red value is 167 (65.62% from 255 or 32.05% from 521); Green value is 148 (58.20% from 255 or 28.41% from 521); Blue value is 206 (80.86% from 255 or 39.54% from 521); Max value from RGB is 206 - color contains mainly: blue. Hex color #A794CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A794CE is #586B31. Grayscale: #A0A0A0. Windows color (decimal): -5794610 or 13538471. OLE color: 13538471.

HSL color Cylindrical-coordinate representation of color #A794CE: hue angle of 259.66º degrees, saturation: 0.37, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A794CE is Cyan = 0.19, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB167148206-
CMYK0.190.2800.19
HSL259.66º37.18%69.41%-
HSV(B)259.66º28.16%80.78%-
XYZ37.6733.8562.94-
YUV160.29153.79132.78-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.05%
GREEN value IS 148 (58.20% from 255) = 28.41%
BLUE value IS 206 (80.86% from 255) = 39.54%
R=32.05%
G=28.41%
B=39.54%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1671482060.190.2800.19259.6637.1869.41
HexA794CE131C0131042545
Octal247224316233402340445105
Binary10100111100101001100111010011111000100111000001001001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A794CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A794CE; }

 p { color: rgb(167,148,206); }

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

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

 a { background-color: rgb(167,148,206); }

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

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

 span { border-color: rgb(167,148,206); }

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