#A796F3

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

Shades of Biloba Flower #A796F3

Tints of Biloba Flower #A796F3

Color information

#A796F3 (or 0xA796F3) is unknown color: approx Biloba Flower. HEX triplet: A7, 96 and F3. RGB value is (167,150,243). Sum of RGB (Red+Green+Blue) = 167+150+243=560 (74% of max value = 765). Red value is 167 (65.62% from 255 or 29.82% from 560); Green value is 150 (58.98% from 255 or 26.79% from 560); Blue value is 243 (95.31% from 255 or 43.39% from 560); Max value from RGB is 243 - color contains mainly: blue. Hex color #A796F3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A796F3 is #58690C. Grayscale: #A5A5A5. Windows color (decimal): -5794061 or 15963815. OLE color: 15963815.

HSL color Cylindrical-coordinate representation of color #A796F3: hue angle of 250.97º degrees, saturation: 0.79, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A796F3 is Cyan = 0.31, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB167150243-
CMYK0.310.3800.05
HSL250.97º79.49%77.06%-
HSV(B)250.97º38.27%95.29%-
XYZ43.0236.589.57-
YUV165.68171.63128.94-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 29.82%
GREEN value IS 150 (58.98% from 255) = 26.79%
BLUE value IS 243 (95.31% from 255) = 43.39%
R=29.82%
G=26.79%
B=43.39%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1671502430.310.3800.05250.9779.4977.06
HexA796F31F2605fb4f4d
Octal247226363374605373117115
Binary1010011110010110111100111111110011001011111101110011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A796F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A796F3; }

 p { color: rgb(167,150,243); }

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

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

 a { background-color: rgb(167,150,243); }

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

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

 span { border-color: rgb(167,150,243); }

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