#a795f3

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

Shades of Biloba Flower #A795F3

Tints of Biloba Flower #A795F3

Color information

#A795F3 (or 0xA795F3) is unknown color: approx Biloba Flower. HEX triplet: A7, 95 and F3. RGB value is (167,149,243). Sum of RGB (Red+Green+Blue) = 167+149+243=559 (74% of max value = 765). Red value is 167 (65.62% from 255 or 29.87% from 559); Green value is 149 (58.59% from 255 or 26.65% from 559); Blue value is 243 (95.31% from 255 or 43.47% from 559); Max value from RGB is 243 - color contains mainly: blue. Hex color #A795F3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A795F3 is #586A0C. Grayscale: #A4A4A4. Windows color (decimal): -5794317 or 15963559. OLE color: 15963559.

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

Color convert

RGB167149243-
CMYK0.310.3900.05
HSL251.49º79.66%76.86%-
HSV(B)251.49º38.68%95.29%-
XYZ42.8636.1889.52-
YUV165.1171.96129.36-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 29.87%
GREEN value IS 149 (58.59% from 255) = 26.65%
BLUE value IS 243 (95.31% from 255) = 43.47%
R=29.87%
G=26.65%
B=43.47%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1671492430.310.3900.05251.4979.6676.86
HexA795F31F2705fb504d
Octal247225363374705373120115
Binary1010011110010101111100111111110011101011111101110100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a795f3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a795f3; }

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

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

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

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

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

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

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

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