#A790D7

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

Shades of Biloba Flower #A790D7

Tints of Biloba Flower #A790D7

Color information

#A790D7 (or 0xA790D7) is unknown color: approx Biloba Flower. HEX triplet: A7, 90 and D7. RGB value is (167,144,215). Sum of RGB (Red+Green+Blue) = 167+144+215=526 (69% of max value = 765). Red value is 167 (65.62% from 255 or 31.75% from 526); Green value is 144 (56.64% from 255 or 27.38% from 526); Blue value is 215 (84.38% from 255 or 40.87% from 526); Max value from RGB is 215 - color contains mainly: blue. Hex color #A790D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A790D7 is #586F28. Grayscale: #9E9E9E. Windows color (decimal): -5795625 or 14127271. OLE color: 14127271.

HSL color Cylindrical-coordinate representation of color #A790D7: hue angle of 259.44º degrees, saturation: 0.47, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A790D7 is Cyan = 0.22, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB167144215-
CMYK0.220.3300.16
HSL259.44º47.02%70.39%-
HSV(B)259.44º33.02%84.31%-
XYZ38.1833.0768.66-
YUV158.97159.62133.73-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 31.75%
GREEN value IS 144 (56.64% from 255) = 27.38%
BLUE value IS 215 (84.38% from 255) = 40.87%
R=31.75%
G=27.38%
B=40.87%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1671442150.220.3300.16259.4447.0270.39
HexA790D716210101032f46
Octal247220327264102040357106
Binary101001111001000011010111101101000010100001000000111011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A790D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A790D7; }

 p { color: rgb(167,144,215); }

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

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

 a { background-color: rgb(167,144,215); }

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

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

 span { border-color: rgb(167,144,215); }

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