#A795F1

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

Shades of Biloba Flower #A795F1

Tints of Biloba Flower #A795F1

Color information

#A795F1 (or 0xA795F1) is unknown color: approx Biloba Flower. HEX triplet: A7, 95 and F1. RGB value is (167,149,241). Sum of RGB (Red+Green+Blue) = 167+149+241=557 (73% of max value = 765). Red value is 167 (65.62% from 255 or 29.98% from 557); Green value is 149 (58.59% from 255 or 26.75% from 557); Blue value is 241 (94.53% from 255 or 43.27% from 557); Max value from RGB is 241 - color contains mainly: blue. Hex color #A795F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A795F1 is #586A0E. Grayscale: #A4A4A4. Windows color (decimal): -5794319 or 15832487. OLE color: 15832487.

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

Color convert

RGB167149241-
CMYK0.310.3800.05
HSL251.74º76.67%76.47%-
HSV(B)251.74º38.17%94.51%-
XYZ42.5636.0687.94-
YUV164.87170.96129.52-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 29.98%
GREEN value IS 149 (58.59% from 255) = 26.75%
BLUE value IS 241 (94.53% from 255) = 43.27%
R=29.98%
G=26.75%
B=43.27%

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
Decimal1671492410.310.3800.05251.7476.6776.47
HexA795F11F2605fc4d4c
Octal247225361374605374115114
Binary1010011110010101111100011111110011001011111110010011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A795F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A795F1; }

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

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

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

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

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

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

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

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