#A791DD

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

Shades of Biloba Flower #A791DD

Tints of Biloba Flower #A791DD

Color information

#A791DD (or 0xA791DD) is unknown color: approx Biloba Flower. HEX triplet: A7, 91 and DD. RGB value is (167,145,221). Sum of RGB (Red+Green+Blue) = 167+145+221=533 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.33% from 533); Green value is 145 (57.03% from 255 or 27.20% from 533); Blue value is 221 (86.72% from 255 or 41.46% from 533); Max value from RGB is 221 - color contains mainly: blue. Hex color #A791DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A791DD is #586E22. Grayscale: #9F9F9F. Windows color (decimal): -5795363 or 14520743. OLE color: 14520743.

HSL color Cylindrical-coordinate representation of color #A791DD: hue angle of 257.37º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A791DD is Cyan = 0.24, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB167145221-
CMYK0.240.3400.13
HSL257.37º52.78%71.76%-
HSV(B)257.37º34.39%86.67%-
XYZ39.1133.6972.85-
YUV160.24162.29132.82-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 31.33%
GREEN value IS 145 (57.03% from 255) = 27.20%
BLUE value IS 221 (86.72% from 255) = 41.46%
R=31.33%
G=27.20%
B=41.46%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1671452210.240.3400.13257.3752.7871.76
HexA791DD18220D1013548
Octal247221335304201540165110
Binary10100111100100011101110111000100010011011000000011101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A791DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A791DD; }

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

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

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

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

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

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

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

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