#A794CF

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

Shades of Biloba Flower #A794CF

Tints of Biloba Flower #A794CF

Color information

#A794CF (or 0xA794CF) is unknown color: approx Biloba Flower. HEX triplet: A7, 94 and CF. RGB value is (167,148,207). Sum of RGB (Red+Green+Blue) = 167+148+207=522 (69% of max value = 765). Red value is 167 (65.62% from 255 or 31.99% from 522); Green value is 148 (58.20% from 255 or 28.35% from 522); Blue value is 207 (81.25% from 255 or 39.66% from 522); Max value from RGB is 207 - color contains mainly: blue. Hex color #A794CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A794CF is #586B30. Grayscale: #A0A0A0. Windows color (decimal): -5794609 or 13604007. OLE color: 13604007.

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

Color convert

RGB167148207-
CMYK0.190.2900.19
HSL259.32º38.06%69.61%-
HSV(B)259.32º28.5%81.18%-
XYZ37.7933.963.58-
YUV160.41154.29132.7-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 31.99%
GREEN value IS 148 (58.20% from 255) = 28.35%
BLUE value IS 207 (81.25% from 255) = 39.66%
R=31.99%
G=28.35%
B=39.66%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1671482070.190.2900.19259.3238.0669.61
HexA794CF131D0131032646
Octal247224317233502340346106
Binary10100111100101001100111110011111010100111000000111001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A794CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A794CF; }

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

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

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

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

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

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

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

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