#A791CA

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

Shades of Biloba Flower #A791CA

Tints of Biloba Flower #A791CA

Color information

#A791CA (or 0xA791CA) is unknown color: approx Biloba Flower. HEX triplet: A7, 91 and CA. RGB value is (167,145,202). Sum of RGB (Red+Green+Blue) = 167+145+202=514 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.49% from 514); Green value is 145 (57.03% from 255 or 28.21% from 514); Blue value is 202 (79.30% from 255 or 39.30% from 514); Max value from RGB is 202 - color contains mainly: blue. Hex color #A791CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A791CA is #586E35. Grayscale: #9D9D9D. Windows color (decimal): -5795382 or 13275559. OLE color: 13275559.

HSL color Cylindrical-coordinate representation of color #A791CA: hue angle of 263.16º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A791CA is Cyan = 0.17, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB167145202-
CMYK0.170.2800.21
HSL263.16º34.97%68.04%-
HSV(B)263.16º28.22%79.22%-
XYZ36.7232.7360.26-
YUV158.08152.79134.37-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.49%
GREEN value IS 145 (57.03% from 255) = 28.21%
BLUE value IS 202 (79.30% from 255) = 39.30%
R=32.49%
G=28.21%
B=39.30%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1671452020.170.2800.21263.1634.9768.04
HexA791CA111C0151072344
Octal247221312213402540743104
Binary10100111100100011100101010001111000101011000001111000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A791CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A791CA; }

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

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

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

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

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

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

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

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