#A791DA

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

Shades of Biloba Flower #A791DA

Tints of Biloba Flower #A791DA

Color information

#A791DA (or 0xA791DA) is unknown color: approx Biloba Flower. HEX triplet: A7, 91 and DA. RGB value is (167,145,218). Sum of RGB (Red+Green+Blue) = 167+145+218=530 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.51% from 530); Green value is 145 (57.03% from 255 or 27.36% from 530); Blue value is 218 (85.55% from 255 or 41.13% from 530); Max value from RGB is 218 - color contains mainly: blue. Hex color #A791DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A791DA is #586E25. Grayscale: #9F9F9F. Windows color (decimal): -5795366 or 14324135. OLE color: 14324135.

HSL color Cylindrical-coordinate representation of color #A791DA: hue angle of 258.08º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A791DA is Cyan = 0.23, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB167145218-
CMYK0.230.3300.15
HSL258.08º49.66%71.18%-
HSV(B)258.08º33.49%85.49%-
XYZ38.7233.5370.76-
YUV159.9160.79133.06-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 31.51%
GREEN value IS 145 (57.03% from 255) = 27.36%
BLUE value IS 218 (85.55% from 255) = 41.13%
R=31.51%
G=27.36%
B=41.13%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1671452180.230.3300.15258.0849.6671.18
HexA791DA17210F1023247
Octal247221332274101740262107
Binary10100111100100011101101010111100001011111000000101100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A791DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A791DA; }

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

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

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

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

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

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

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

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