#A791D0

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

Shades of Biloba Flower #A791D0

Tints of Biloba Flower #A791D0

Color information

#A791D0 (or 0xA791D0) is unknown color: approx Biloba Flower. HEX triplet: A7, 91 and D0. RGB value is (167,145,208). Sum of RGB (Red+Green+Blue) = 167+145+208=520 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.12% from 520); Green value is 145 (57.03% from 255 or 27.88% from 520); Blue value is 208 (81.64% from 255 or 40% from 520); Max value from RGB is 208 - color contains mainly: blue. Hex color #A791D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A791D0 is #586E2F. Grayscale: #9E9E9E. Windows color (decimal): -5795376 or 13668775. OLE color: 13668775.

HSL color Cylindrical-coordinate representation of color #A791D0: hue angle of 260.95º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A791D0 is Cyan = 0.20, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB167145208-
CMYK0.200.3000.18
HSL260.95º40.13%69.22%-
HSV(B)260.95º30.29%81.57%-
XYZ37.4533.0264.07-
YUV158.76155.79133.88-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.12%
GREEN value IS 145 (57.03% from 255) = 27.88%
BLUE value IS 208 (81.64% from 255) = 40%
R=32.12%
G=27.88%
B=40%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1671452080.200.3000.18260.9540.1369.22
HexA791D0141E0121052845
Octal247221320243602240550105
Binary10100111100100011101000010100111100100101000001011010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A791D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A791D0; }

 p { color: rgb(167,145,208); }

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

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

 a { background-color: rgb(167,145,208); }

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

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

 span { border-color: rgb(167,145,208); }

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