#A791CB

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

Shades of Biloba Flower #A791CB

Tints of Biloba Flower #A791CB

Color information

#A791CB (or 0xA791CB) is unknown color: approx Biloba Flower. HEX triplet: A7, 91 and CB. RGB value is (167,145,203). Sum of RGB (Red+Green+Blue) = 167+145+203=515 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.43% from 515); Green value is 145 (57.03% from 255 or 28.16% from 515); Blue value is 203 (79.69% from 255 or 39.42% from 515); Max value from RGB is 203 - color contains mainly: blue. Hex color #A791CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A791CB is #586E34. Grayscale: #9D9D9D. Windows color (decimal): -5795381 or 13341095. OLE color: 13341095.

HSL color Cylindrical-coordinate representation of color #A791CB: hue angle of 262.76º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A791CB is Cyan = 0.18, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB167145203-
CMYK0.180.2900.20
HSL262.76º35.8%68.24%-
HSV(B)262.76º28.57%79.61%-
XYZ36.8432.7860.88-
YUV158.19153.29134.28-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.43%
GREEN value IS 145 (57.03% from 255) = 28.16%
BLUE value IS 203 (79.69% from 255) = 39.42%
R=32.43%
G=28.16%
B=39.42%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1671452030.180.2900.20262.7635.868.24
HexA791CB121D0141072444
Octal247221313223502440744104
Binary10100111100100011100101110010111010101001000001111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A791CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A791CB; }

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

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

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

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

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

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

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

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