#A790CB

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

Shades of Biloba Flower #A790CB

Tints of Biloba Flower #A790CB

Color information

#A790CB (or 0xA790CB) is unknown color: approx Biloba Flower. HEX triplet: A7, 90 and CB. RGB value is (167,144,203). Sum of RGB (Red+Green+Blue) = 167+144+203=514 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.49% from 514); Green value is 144 (56.64% from 255 or 28.02% from 514); Blue value is 203 (79.69% from 255 or 39.49% from 514); Max value from RGB is 203 - color contains mainly: blue. Hex color #A790CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A790CB is #586F34. Grayscale: #9D9D9D. Windows color (decimal): -5795637 or 13340839. OLE color: 13340839.

HSL color Cylindrical-coordinate representation of color #A790CB: hue angle of 263.39º 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 #A790CB is Cyan = 0.18, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB167144203-
CMYK0.180.2900.20
HSL263.39º36.2%68.04%-
HSV(B)263.39º29.06%79.61%-
XYZ36.6932.4760.83-
YUV157.6153.62134.7-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.49%
GREEN value IS 144 (56.64% from 255) = 28.02%
BLUE value IS 203 (79.69% from 255) = 39.49%
R=32.49%
G=28.02%
B=39.49%

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
Decimal1671442030.180.2900.20263.3936.268.04
HexA790CB121D0141072444
Octal247220313223502440744104
Binary10100111100100001100101110010111010101001000001111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A790CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A790CB; }

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

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

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

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

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

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

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

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